Skip to content

Commit

Permalink
adding new secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Jan 25, 2024
1 parent 986487d commit 9eedf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
aws s3 sync ./public s3://cesarolvr
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ID }}
AWS_DEFAULT_REGION: us-east-1

- name: Invalidate cloudfront
Expand Down

0 comments on commit 9eedf14

Please sign in to comment.