Skip to content

Commit

Permalink
quote it
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Jan 10, 2025
1 parent 44124ff commit f53a1d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bootstrap-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
pushd infrastructure/cdk && \
pnpm install && pnpm build && \
pnpm dlx cdk bootstrap \
--cloudformation-execution-policies cms-cloud-admin/ct-ado-poweruser-permissions-boundary-policy \
--custom-permissions-boundary cms-cloud-admin/ct-ado-poweruser-permissions-boundary-policy \
--qualifier mcreview \
--bootstrap-role-name delegatedadmin/developer/cdk-bootstrap-role \
--toolkit-stack-name CDKToolkitMCReviewDev \
--cloudformation-execution-role-name delegatedadmin/developer/cdk-cfn-exec-role \
--file-asset-publishing-role-name delegatedadmin/developer/cdk-asset-publishing-role \
--image-publishing-role-name delegatedadmin/developer/cdk-image-publishing-role \
--lookup-role-name delegatedadmin/developer/cdk-lookup-role \
--cloudformation-execution-policies "cms-cloud-admin/ct-ado-poweruser-permissions-boundary-policy" \
--custom-permissions-boundary "cms-cloud-admin/ct-ado-poweruser-permissions-boundary-policy" \
--bootstrap-role-name "delegatedadmin/developer/cdk-bootstrap-role" \
--cloudformation-execution-role-name "delegatedadmin/developer/cdk-cfn-exec-role" \
--file-asset-publishing-role-name "delegatedadmin/developer/cdk-asset-publishing-role" \
--image-publishing-role-name "delegatedadmin/developer/cdk-image-publishing-role" \
--lookup-role-name "delegatedadmin/developer/cdk-lookup-role" \
aws://${{ secrets.DEV_AWS_ACCOUNT_ID }}/${{ vars.AWS_DEFAULT_REGION }}

0 comments on commit f53a1d5

Please sign in to comment.