Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Apr 23, 2025
2 parents 8f1c9a3 + 51d596c commit d456d2b
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 347 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/build-lambda.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.server_url == 'https://github.com' }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
integration-tests:
runs-on: ubuntu-latest
if: ${{ github.server_url == 'https://github.com' }}
permissions:
contents: read
pull-requests: write
Expand Down
Loading

0 comments on commit d456d2b

Please sign in to comment.