File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # bootstraps new regions
2+ #
3+ # PURPOSE
4+ # Ensures new regions are deployable in future releases
5+ #
6+ # JOB 1 PROCESS
7+ #
8+ # 1. Installs CDK
9+ # 2. Bootstraps region
10+ #
11+ # JOB 2 PROCESS
12+ # 1. Sets up Go
13+ # 2. Installs the balance script
14+ # 3. Runs balance script to copy layers between aws regions
15+
116on :
217 workflow_dispatch :
318 inputs :
3045 - id : credentials
3146 name : AWS Credentials
3247 uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
33- with :
48+ with :
3449 aws-region : ${{ inputs.region }}
3550 role-to-assume : ${{ secrets.REGION_IAM_ROLE }}
3651 mask-aws-account-id : true
7691 - id : credentials
7792 name : AWS Credentials
7893 uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
79- with :
94+ with :
8095 aws-region : us-east-1
8196 role-to-assume : ${{ secrets.REGION_IAM_ROLE }}
8297 mask-aws-account-id : true
You can’t perform that action at this time.
0 commit comments