Skip to content

Commit

Permalink
change AWS Credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoyfunes committed Jul 21, 2023
1 parent 625dd46 commit 0c2f956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt_deploy_oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: "${{ inputs.AWS_REGION }}"
role-to-assume: "${{ inputs.IAM_ASSUME_ROLE }}"
Expand Down

0 comments on commit 0c2f956

Please sign in to comment.