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 a7d26aa commit 4e608aeCopy full SHA for 4e608ae
.github/workflows/deploy.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: ./.github/actions/install
65
66
- name: Configure AWS Credentials
67
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
68
with:
69
aws-region: us-east-1
70
role-to-assume: ${{ secrets.DEV_ROLE_ARN }}
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
role-to-assume: ${{ secrets.PROD_ROLE_ARN }}
0 commit comments