Skip to content

Commit 49e0db4

Browse files
committed
updates header for workflow
1 parent 69cf14a commit 49e0db4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/bootstrap_region.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
on:
217
workflow_dispatch:
318
inputs:
@@ -30,7 +45,7 @@ jobs:
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
@@ -76,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)