Skip to content

Commit

Permalink
Push privately, let Cloudfront deal with perms
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Aug 6, 2023
1 parent 21073bf commit 743f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks
args: --acl private --follow-symlinks
env:
AWS_S3_BUCKET: ${{ github.event.inputs.domain }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 743f645

Please sign in to comment.