We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47b883 commit 1028c84Copy full SHA for 1028c84
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: terraform validate
45
- name: Configure AWS credentials
46
if: github.event_name == 'push' && github.repository == 'unfunco/terraform-aws-oidc-github'
47
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
48
with:
49
aws-region: ${{ vars.AWS_REGION }}
50
role-session-name: OIDCGitHubActionsTerraformTest${{ github.run_id }}
0 commit comments