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 4cafa4a commit 22cb65dCopy full SHA for 22cb65d
1 file changed
.github/workflows/deploy.yml
@@ -166,7 +166,7 @@ jobs:
166
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
167
# aws-region: us-east-1 # change if needed
168
- name: configure aws credentials
169
- uses: aws-actions/configure-aws-credentials@v2.0
+ uses: aws-actions/configure-aws-credentials@v2
170
with:
171
role-to-assume: arn:aws:iam::677043464939:role/GitHubAction-AssumeRoleWithAction
172
role-session-name: GitHub_to_AWS_via_FederatedOIDC
0 commit comments