Skip to content

Commit fbe1571

Browse files
authored
INFL-0000-add-custom-workflow allowed public access
1 parent cdaf5c4 commit fbe1571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-config-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
BUCKET_NAME="infralight-templates-public"
5656
FILE_NAME="config_template.yml"
5757
58-
aws s3 cp aws/cloudformation/config_template.yml "s3://$BUCKET_NAME/$FILE_NAME"
58+
aws s3 cp aws/cloudformation/config_template.yml "s3://$BUCKET_NAME/$FILE_NAME" --acl public-read
5959
60-
echo "S3_FILE=https://$BUCKET_NAME.s3.amazonaws.com/$FILE_NAME" >> $GITHUB_ENV
60+
echo "S3_FILE=https://$BUCKET_NAME.s3.amazonaws.com/$FILE_NAME" >> $GITHUB_ENV
6161
echo "s3_file=https://$BUCKET_NAME.s3.amazonaws.com/$FILE_NAME" >> $GITHUB_OUTPUT
6262
6363
- name: Post a message in Slack

0 commit comments

Comments
 (0)