Skip to content

Commit

Permalink
refactor: set public read explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Jun 12, 2024
1 parent 8a3ef86 commit e56af9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-publish-cf-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
mask-aws-account-id: true

- name: Update IAM CloudFormation templates
run: aws s3 sync ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artilleryio-cf-templates/ --delete
run: aws s3 sync --acl public-read ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artilleryio-cf-templates/ --delete

0 comments on commit e56af9d

Please sign in to comment.