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 1d25305 commit 04d4c40Copy full SHA for 04d4c40
.github/workflows/ecr_etl.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Configure AWS Credentials (Staging)
49
uses: aws-actions/configure-aws-credentials@v5
50
with:
51
- role-to-assume: arn:aws-us-gov:iam::${{secrets.AWS_STAGING_ACCOUNT_ID}}:role/Github-ECR-Builder
+ role-to-assume: arn:aws:iam::${{secrets.AWS_STAGING_ACCOUNT_ID}}:role/Github-ECR-Builder
52
role-session-name: GithubECRBuilder
53
aws-region: ${{secrets.AWS_STAGING_REGION}}
54
CHANGELOG.md
@@ -10,6 +10,10 @@
10
11
## Version History
12
13
+### v3.8.5
14
+
15
+- :rocket: Update GH Actions - Fix ARN for workflow
16
17
### v3.8.4
18
19
- :rocket: Update GH Actions
0 commit comments