Skip to content

Commit

Permalink
rename secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 31, 2025
1 parent 90b46b5 commit 9bf0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload to S3 and invalidate CDN
uses: opspresso/action-s3-sync@master
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_SECRET_ACCESS_KEY_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# make sure this matches your bucket's region
AWS_REGION: "us-east-1"
Expand Down

0 comments on commit 9bf0090

Please sign in to comment.