Skip to content

Commit

Permalink
Lock the region in the id-caller step
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasnaphas committed Mar 7, 2021
1 parent 3a18fdc commit cd13fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.DEV_AWS_DEFAULT_REGION }}
AWS_DEFAULT_REGION: "us-east-1"
run: |
aws sts get-caller-identity
echo ${AWS_DEFAULT_REGION} | sed 's/-/+/g'
Expand Down

0 comments on commit cd13fac

Please sign in to comment.