Skip to content

Commit

Permalink
Update deploy_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi authored Nov 7, 2024
1 parent 5753faf commit 2a2f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
args: --acl public-read --follow-symlinks
env:
AWS_S3_BUCKET: gosling-lang.org
AWS_S3_BUCKET: gosling-lang
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
Expand Down

0 comments on commit 2a2f543

Please sign in to comment.