Skip to content

Commit fc2377d

Browse files
fix upload
1 parent 4acf015 commit fc2377d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-github-oidc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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&param_GitHubOrg=YOUR_GITHUB_ORG&param_RepositoryName=*"

0 commit comments

Comments
 (0)