Skip to content

Commit

Permalink
Merge pull request #1094 from ZeLonewolf/zlw-s3-osmus
Browse files Browse the repository at this point in the history
Update PR previews to disable s3 ACLs
  • Loading branch information
ZeLonewolf authored Jun 6, 2024
2 parents a7ec604 + 03f6288 commit 4b19c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Deploy via S3
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete --exclude '.git/*' --exclude '.github/*'
args: --follow-symlinks --delete --exclude '.git/*' --exclude '.github/*'
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 4b19c4b

Please sign in to comment.