File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ jobs:
3535 run : |
3636 sam package \
3737 --template-file .aws-sam/build/template.yaml \
38- --s3-bucket aws-sam-cli-managed-default-samclisourcebucket-2cpjaon9qurs \
38+ --s3-bucket razroo-make-bind-public \
3939 --s3-prefix makebind-github-oidc \
4040 --output-template-file github-oidc-packaged.yaml
4141
4242 - name : Upload packaged template to S3
4343 run : |
4444 aws s3 cp github-oidc-packaged.yaml \
45- s3://aws-sam-cli-managed-default-samclisourcebucket-2cpjaon9qurs/makebind- github-oidc/github-oidc-packaged .yaml \
45+ s3://razroo-make-bind-public/ github-oidc.yaml \
4646 --acl public-read
4747
4848 - name : Generate Quick Create URL
4949 run : |
50- TEMPLATE_URL="https://aws-sam-cli-managed-default-samclisourcebucket-2cpjaon9qurs .s3.amazonaws.com/makebind- github-oidc/github-oidc-packaged .yaml"
50+ TEMPLATE_URL="https://razroo-make-bind-public .s3.amazonaws.com/github-oidc.yaml"
5151 echo "Quick Create URL:"
5252 echo "https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=${TEMPLATE_URL}&stackName=MakebindGitHubOIDC¶m_GitHubOrg=YOUR_GITHUB_ORG¶m_RepositoryName=*"
You can’t perform that action at this time.
0 commit comments