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 aaf83d1 commit cd3dcf3Copy full SHA for cd3dcf3
.github/workflows/feature-branch.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/checkout@v3
58
59
- name: Configure AWS Credentials
60
- uses: aws-actions/configure-aws-credentials@v1.7.0
+ uses: aws-actions/configure-aws-credentials@v4.0.0
61
with:
62
aws-region: ${{ secrets.ECR_REGION }}
63
role-to-assume: ${{ secrets.ECR_IAM_ROLE }}
.github/workflows/main-branch.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
56
0 commit comments