Skip to content

Commit a6e3858

Browse files
Session is job ID
1 parent 0403da7 commit a6e3858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: aws-actions/configure-aws-credentials@v1.7.0
3030
with:
3131
role-to-assume: ${{ vars.DEPLOY_ROLE_ARN }}
32-
role-session-name: ${{ github.repository }}
32+
role-session-name: ${{ github.run_id }}
3333
aws-region: ${{ vars.AWS_REGION }}
3434

3535
- name: Plan
@@ -57,3 +57,4 @@ jobs:
5757
tg_version: '0.54.11'
5858
tg_dir: 'platform/sandbox/us-east-2/000'
5959
tg_command: 'apply sandbox.tfplan'
60+

0 commit comments

Comments
 (0)