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 4e259a0 commit cff9698Copy full SHA for cff9698
.github/workflows/docker-build.ecr.yml
@@ -37,7 +37,7 @@ jobs:
37
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
38
39
- name: configure aws credentials
40
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
41
with:
42
role-to-assume: ${{ secrets.CODERAMP_AWS_ECR_REGISTRY_PUSH_ROLE_ARN }}
43
role-session-name: GitHub_to_AWS_via_FederatedOIDC
0 commit comments