Skip to content

Commit

Permalink
Fix missing aws-region in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkski committed Feb 23, 2022
1 parent 1a18d71 commit cb4b018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_KVS_LOG_LEVEL: 2
AWS_REGION: us-east-1
permissions:
id-token: write
contents: read
Expand All @@ -282,7 +283,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: ${{ env.AWS_REGION }}
- name: Build repository
run: |
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
Expand Down

0 comments on commit cb4b018

Please sign in to comment.