Skip to content

Commit

Permalink
Update configure-aws-credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Oct 16, 2023
1 parent 17a403d commit 55aaf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
terraform_wrapper: false

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{env.AWS_REGION}}
role-to-assume: ${{ secrets.CI }}
Expand Down

0 comments on commit 55aaf0e

Please sign in to comment.