We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21073bf commit 743f645Copy full SHA for 743f645
.github/workflows/build-cloud.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- uses: jakejarvis/s3-sync-action@master
96
with:
97
- args: --acl public-read --follow-symlinks
+ args: --acl private --follow-symlinks
98
env:
99
AWS_S3_BUCKET: ${{ github.event.inputs.domain }}
100
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments