Skip to content

Commit

Permalink
grant public read to images on S3
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Aug 21, 2022
1 parent e4b92c3 commit d0344d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: us-east-2
flags: --acl public-read

- uses: keithweaver/[email protected]
name: Copy LFS to S3
Expand All @@ -61,3 +62,4 @@ jobs:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: us-east-2
flags: --acl public-read

0 comments on commit d0344d0

Please sign in to comment.