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 6b8dcea commit 2b98cd6Copy full SHA for 2b98cd6
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ on:
21
22
permissions:
23
id-token : write
24
- contents: read
+ contents: read
25
26
jobs:
27
build:
@@ -38,7 +38,7 @@ jobs:
38
39
- uses: aws-actions/configure-aws-credentials@master
40
with:
41
- role-session-name: GitHubActions
+ role-session-name: ${{ github.run_id }}
42
role-to-assume: ${{ secrets.AWS_FRONTEND_DEPLOYMENT_ROLE_ARN }}
43
aws-region: ${{ vars.AWS_REGION }}
44
0 commit comments