We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716cbe5 commit f37f50aCopy full SHA for f37f50a
.github/workflows/bootstrap_region.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
33
with:
34
aws-region: ${{ inputs.region }}
35
- role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
+ role-to-assume: ${{ secrets.REGION_IAM_ROLE }}
36
mask-aws-account-id: true
37
- id: workdir
38
name: Create Workdir
@@ -78,7 +78,7 @@ jobs:
78
79
80
aws-region: us-east-1
81
82
83
- id: go-setup
84
name: Setup Go
0 commit comments