Skip to content

Commit c2923bf

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 b87b972 commit c2923bf

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
@@ -62,7 +62,7 @@ jobs:
6262
if: env.PUBLISH == 'true'
6363
uses: jakejarvis/s3-sync-action@master
6464
with:
65-
args: --acl public-read --follow-symlinks --delete
65+
args: --follow-symlinks --delete
6666
env:
6767
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
6868
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)