From d341ec9fc296adda343fec1f65c28bcc46a17bb1 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 10 Jan 2024 15:10:17 -0800 Subject: [PATCH] add region --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c1c74c6..bec3e84a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,6 +124,7 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + AWS_DEFAULT_REGION: us-east-1 # Require all checks to pass without having to enumerate them in the branch protection UI. # @see https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957