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 fc1c5b2 commit d5417a8Copy full SHA for d5417a8
.github/workflows/ci.yaml
@@ -89,10 +89,11 @@ jobs:
89
id-token: write
90
steps:
91
- name: Configure AWS credentials
92
- uses: aws-actions/configure-aws-credentials@v1.7.0
+ uses: aws-actions/configure-aws-credentials@v2.0.0
93
with:
94
aws-region: ${{ secrets.AWS_REGION }}
95
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions
96
+ role-session-name: ${{ github.event.repository.name }}-${{ github.ref_type }}
97
- run: |
98
aws sts get-caller-identity
99
0 commit comments