Skip to content

Commit

Permalink
Merge pull request #36 from wednesday-solutions/fix/bucket-name
Browse files Browse the repository at this point in the history
fix: move bucket name to env
  • Loading branch information
rameez-wed authored Aug 30, 2022
2 parents aa1a953 + 49e0389 commit a1c6667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: typescript-react
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit a1c6667

Please sign in to comment.