We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1320ba1 commit 002811fCopy full SHA for 002811f
1 file changed
.github/workflows/deploy.yml
@@ -36,4 +36,4 @@ jobs:
36
# S3 Sync
37
- name: Upload to S3
38
run: |
39
- aws s3 sync ./dist s3://${{ env.S3_BUCKET_NAME }} --delete
+ aws s3 sync ./dist s3://${{ secrets.S3_BUCKET_NAME }} --delete
0 commit comments