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 73ca0d3 commit 8c533b8Copy full SHA for 8c533b8
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
run: ./scripts/build_docker_image.sh
68
69
- name: Configure AWS credentials
70
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
71
if: github.ref == 'refs/heads/master' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
72
with:
73
role-to-assume: ${{ secrets.PROD_CI_ROLE_ARN }}
.github/workflows/ecr_cleanup.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
19
20
21
22
aws-region: ${{ secrets.AWS_REGION }}
0 commit comments