We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbc6d12 + 9e40a36 commit a3ef549Copy full SHA for a3ef549
.github/workflows/ci.yaml
@@ -39,14 +39,14 @@ jobs:
39
tox -e docker
40
-
41
name: Configure AWS credentials by OIDC
42
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v3
43
with:
44
role-to-assume: arn:aws:iam::343598423625:role/ugns-gbl-github-actions
45
role-duration-seconds: 1200
46
aws-region: us-east-1
47
48
name: Assume IAM Role
49
50
51
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
52
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
0 commit comments