Skip to content

Commit

Permalink
deploy-staging.yml: fix aws_region var
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 9, 2023
1 parent 4ad2559 commit b5343de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
audience: sts.amazonaws.com
aws-region: ${{ env.AWS_REGION }}
aws-region: ${{ vars.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}

- name: Login to ECR
Expand Down

0 comments on commit b5343de

Please sign in to comment.