Skip to content

Commit

Permalink
remove acls
Browse files Browse the repository at this point in the history
  • Loading branch information
bklingen-calpoly committed Apr 25, 2024
1 parent e9b1fd0 commit 67d7bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-s3-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Upload to S3
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read
# with:
# args: --acl public-read
env:
SOURCE_DIR: frontend/build/
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
Expand Down

0 comments on commit 67d7bff

Please sign in to comment.