Skip to content

Commit

Permalink
Forced public read permissions on the epub push
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrady-water committed Sep 12, 2024
1 parent 7473664 commit 280ec5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
aws-region: 'ap-southeast-2'

- name: Sync epub
run: aws s3 cp ./arr/epub3/arr.epub "s3://${{ vars.AWS_BUCKET }}/epub/arr.epub"
run: aws s3 cp --acl public-read ./arr/epub3/arr.epub "s3://${{ vars.AWS_BUCKET }}/epub/arr.epub"
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
aws-region: 'ap-southeast-2'

- name: Sync epub
run: aws s3 cp ./arr/epub3/arr.epub "s3://${{ vars.AWS_BUCKET_TEST }}/epub/arr.epub"
run: aws s3 cp --acl public-read ./arr/epub3/arr.epub "s3://${{ vars.AWS_BUCKET_TEST }}/epub/arr.epub"

0 comments on commit 280ec5d

Please sign in to comment.