Skip to content

Commit a4f9332

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 e7b3bcb commit a4f9332

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
@@ -63,7 +63,7 @@ jobs:
6363
uses: jakejarvis/[email protected]
6464
if: env.PUBLISH == 'true'
6565
with:
66-
args: --acl public-read --follow-symlinks --delete
66+
args: --follow-symlinks --delete
6767
env:
6868
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
6969
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)