Skip to content

Commit 04d4c40

Browse files
committed
Update CHANGELOG
1 parent 1d25305 commit 04d4c40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ecr_etl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Configure AWS Credentials (Staging)
4949
uses: aws-actions/configure-aws-credentials@v5
5050
with:
51-
role-to-assume: arn:aws-us-gov:iam::${{secrets.AWS_STAGING_ACCOUNT_ID}}:role/Github-ECR-Builder
51+
role-to-assume: arn:aws:iam::${{secrets.AWS_STAGING_ACCOUNT_ID}}:role/Github-ECR-Builder
5252
role-session-name: GithubECRBuilder
5353
aws-region: ${{secrets.AWS_STAGING_REGION}}
5454

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
## Version History
1212

13+
### v3.8.5
14+
15+
- :rocket: Update GH Actions - Fix ARN for workflow
16+
1317
### v3.8.4
1418

1519
- :rocket: Update GH Actions

0 commit comments

Comments
 (0)