Skip to content

Commit

Permalink
ci(fix s3 upload): fix s3 upload as we don't need acl
Browse files Browse the repository at this point in the history
  • Loading branch information
rileylnapier committed Feb 5, 2024
1 parent d9469ae commit 49a79ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: jakejarvis/s3-sync-action@master
with:
# Do not use --delete flag. We store previous versions in this bucket.
args: --acl public-read --follow-symlinks
args: --follow-symlinks
env:
AWS_S3_BUCKET: "courier-push-provider-prod-couriercomponentsbucket-jqacxmhbzmwx"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
IS_STAGING: true
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks
args: --follow-symlinks
env:
AWS_S3_BUCKET: "courier-push-provider-prod-couriercomponentsbucket-jqacxmhbzmwx"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 49a79ee

Please sign in to comment.