Skip to content

Commit

Permalink
Fix another GH Actions job for AWS SDK S3 change
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jan 25, 2025
1 parent bc96872 commit 447ea66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.R2_S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_S3_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ vars.R2_S3_REGION }}
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
S3_ENDPOINT: ${{ secrets.R2_S3_ENDPOINT }}

0 comments on commit 447ea66

Please sign in to comment.