Skip to content

Commit 2b98cd6

Browse files
committed
fix: role-session-name을 GitHubActions 대신 다른 값으로 지정
1 parent 6b8dcea commit 2b98cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
permissions:
2323
id-token : write
24-
contents: read
24+
contents: read
2525

2626
jobs:
2727
build:
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: aws-actions/configure-aws-credentials@master
4040
with:
41-
role-session-name: GitHubActions
41+
role-session-name: ${{ github.run_id }}
4242
role-to-assume: ${{ secrets.AWS_FRONTEND_DEPLOYMENT_ROLE_ARN }}
4343
aws-region: ${{ vars.AWS_REGION }}
4444

0 commit comments

Comments
 (0)