Skip to content

Commit

Permalink
Fix GH Actions workflows for S3 uploads with another env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jan 25, 2025
1 parent 447ea66 commit 7de1648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_S3_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ vars.R2_S3_REGION }}
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
AWS_RESPONSE_CHECKSUM_CALCULATION: WHEN_REQUIRED
S3_ENDPOINT: ${{ secrets.R2_S3_ENDPOINT }}
- name: Upload to S3
run: |
Expand All @@ -208,5 +209,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_S3_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ vars.R2_S3_REGION }}
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
AWS_RESPONSE_CHECKSUM_CALCULATION: WHEN_REQUIRED
S3_ENDPOINT: ${{ secrets.R2_S3_ENDPOINT }}

0 comments on commit 7de1648

Please sign in to comment.