Skip to content

Commit

Permalink
chore: github-action: remove --acl to prevent 'The bucket does not al…
Browse files Browse the repository at this point in the history
  • Loading branch information
wicogohome committed Mar 27, 2024
1 parent 6a54926 commit b519357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ls -R dist
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
args: --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit b519357

Please sign in to comment.