Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Nov 12, 2024
1 parent ac4dcf7 commit 4535a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
DATABASE_NAME: TestDatabase
DATABASE_USERNAME: TestUsername
DATABASE_PASSWORD: TestPassword
BUCKET_URL: ${{ vars.S3_BUCKET_URL }}
BUCKET_NAME: ${{ vars.S3_BUCKET_NAME }}
BUCKET_URL: ${{ secrets.S3_BUCKET_URL }}
BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
BUCKET_ACCESS_KEY: ${{ secrets.S3_BUCKET_ACCESS_KEY }}
BUCKET_SECRET_KEY: ${{ secrets.S3_BUCKET_SECRET_KEY }}

Expand Down

0 comments on commit 4535a88

Please sign in to comment.