Skip to content

Commit

Permalink
Use var context for Github AWS_REGION value
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlucci committed Nov 21, 2023
1 parent 29bd02e commit 2ce51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
role-session-name: github-aws-oidc
aws-region: ${{ env.AWS_REGION }}
aws-region: ${{ vars.AWS_REGION }}
# TODO: simple API call for now; replace with Terraform plan/apply
- name: Sts GetCallerIdentity
run: |
Expand Down

0 comments on commit 2ce51b7

Please sign in to comment.