Skip to content

Commit

Permalink
test: switch keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bslabiak committed Nov 13, 2024
1 parent 9456c10 commit 2aa7917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
uses: andrcuns/[email protected]
if: always()
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_SECRET_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEYS3_ACCESS_KEY }}
AWS_ENDPOINT: 'https://${{vars.S3_ENDPOINT}}'
with:
storageType: s3
Expand Down

0 comments on commit 2aa7917

Please sign in to comment.