Skip to content

Commit 5823e53

Browse files
committed
Fix missing aws-region in CI
1 parent 1a18d71 commit 5823e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
284284
role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}
285-
aws-region: ${{ secrets.AWS_REGION }}
285+
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
286286
- name: Build repository
287287
run: |
288288
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'

0 commit comments

Comments
 (0)