Skip to content

Commit dcb432f

Browse files
authored
Chore: [AEA-0000] - fix AWS session name in github actions max length (#216)
## Summary - Routine Change ### Details - fix AWS session name in github actions max length
1 parent 45c7671 commit dcb432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete_old_cloudformation_stacks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
aws-region: eu-west-2
3232
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
33-
role-session-name: prescription-clinical-tracker-ui-delete-old-cloudformation-stacks
33+
role-session-name: cpt-ui-delete-old-cloudformation-stacks
3434

3535
- name: delete stacks
3636
shell: bash

0 commit comments

Comments
 (0)