Skip to content

Commit 2a09005

Browse files
committed
feat: set AWS_REGION environment variable in coverage workflow
1 parent cb40b53 commit 2a09005

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
coverage:
4747
permissions: write-all
4848
runs-on: ubuntu-latest
49+
env:
50+
AWS_REGION: ${{ inputs.AWS_REGION }}
4951

5052
steps:
5153
- name: Checkout code

0 commit comments

Comments
 (0)