Skip to content

Commit 3f19b64

Browse files
authored
fix: pass aws region for sops on ci (#1058)
1 parent 73ee89e commit 3f19b64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/tests/run-e2e-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ runs:
115115
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
116116
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
117117
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
118+
AWS_DEFAULT_REGION: ${{ env.AWS_DEFAULT_REGION }}
118119

119120
- name: Copy test results
120121
if: ${{ inputs.local-environment == 'true' }}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ jobs:
874874
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
875875
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
876876
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
877+
AWS_DEFAULT_REGION: ${{ env.AWS_REGION }}
877878

878879
post-merge-actions-complete:
879880
if: ${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}

0 commit comments

Comments
 (0)