Skip to content

Commit 96a9177

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 c702f54 commit 96a9177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: env.PUBLISH == 'true'
6565
uses: jakejarvis/s3-sync-action@v0.5.1
6666
with:
67-
args: --acl public-read --follow-symlinks --delete
67+
args: --follow-symlinks --delete
6868
env:
6969
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
7070
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)