Skip to content

Commit 541beab

Browse files
rapphilPaurushGarg
andauthored
Resolving errors in region in workflow (#382) (#415)
Co-authored-by: Paurush Garg <[email protected]>
1 parent a25c04a commit 541beab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/patch-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: aws-actions/configure-aws-credentials@v1
9898
with:
9999
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN_RELEASE }}
100-
aws-region: us-west-2
100+
aws-region: ${{ env.AWS_DEFAULT_REGION }}
101101

102102
- name: Log in to AWS ECR
103103
uses: docker/login-action@v1

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: aws-actions/configure-aws-credentials@v1
5353
with:
5454
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN_RELEASE }}
55-
aws-region: us-west-2
55+
aws-region: ${{ env.AWS_DEFAULT_REGION }}
5656

5757
- name: Log in to AWS ECR
5858
uses: docker/login-action@v1

0 commit comments

Comments
 (0)