Skip to content

Commit

Permalink
Merge pull request #52 from terraform-module/renovate/master-.github/…
Browse files Browse the repository at this point in the history
…workflows-aws-actions-configure-aws-credentials-2.x

chore(deps): update dependency aws-actions/configure-aws-credentials to v2.2.0 (.github/workflows/oidc.example.yml) (master)
  • Loading branch information
ivankatliarchuk authored Mar 23, 2024
2 parents 864350c + 70c2db5 commit 4075c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v2.2.0
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} # github_oidc_role
Expand Down

0 comments on commit 4075c3c

Please sign in to comment.