From b326789985f2f14b0fbbe2c604f1968a8c12a481 Mon Sep 17 00:00:00 2001 From: Dima Ryazanov Date: Thu, 1 Feb 2024 23:09:37 -0800 Subject: [PATCH] wtf? --- .github/workflows/deploy-lambdas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-lambdas.yml b/.github/workflows/deploy-lambdas.yml index 04a8627b5ce..8850bd3933b 100644 --- a/.github/workflows/deploy-lambdas.yml +++ b/.github/workflows/deploy-lambdas.yml @@ -86,7 +86,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt - aws-region: us-west-1 + aws-region: us-west-2 - name: Push Docker image to Prod ECR run: ./lambdas/upload_ecr.sh 730278974607 quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }} # - name: Configure AWS credentials from GovCloud account