Skip to content

Commit b379423

Browse files
committed
fix(ci) Remove --acl public-read from S3 sync
why: S3 bucket now uses CloudFront OAC with BlockPublicAcls enabled what: - Remove --acl public-read flag from s3-sync-action
1 parent 259de74 commit b379423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: env.PUBLISH == 'true'
5757
uses: jakejarvis/s3-sync-action@v0.5.1
5858
with:
59-
args: --acl public-read --follow-symlinks --delete
59+
args: --follow-symlinks --delete
6060
env:
6161
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
6262
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)