Skip to content

Commit 3b8f23e

Browse files
authored
Chore: [AEA-0000] - fix AWS session name in github actions (#223)
## Summary - Routine Change ### Details - fix AWS session name in github actions
1 parent 077f802 commit 3b8f23e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/mark_jira_released/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
with:
1717
aws-region: eu-west-2
1818
role-to-assume: ${{ inputs.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
19-
role-session-name: account-resources-release-notes-run-lambda
19+
role-session-name: fhir-validator-lambda-release-notes-run-lambda
2020

2121
- name: call markJiraReleased lambda
2222
shell: bash

.github/actions/update_confluence_jira/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
with:
3333
aws-region: eu-west-2
3434
role-to-assume: ${{ inputs.TARGET_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
35-
role-session-name: account-resources-release-notes-target
35+
role-session-name: fhir-validator-lambda-release-notes-target
3636

3737
- name: Get deployed tag on target
3838
shell: bash
@@ -46,7 +46,7 @@ runs:
4646
with:
4747
aws-region: eu-west-2
4848
role-to-assume: ${{ inputs.DEV_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
49-
role-session-name: account-resources-release-notes-dev
49+
role-session-name: fhir-validator-lambda-release-notes-dev
5050

5151
- name: get current dev tag
5252
shell: bash
@@ -58,7 +58,7 @@ runs:
5858
with:
5959
aws-region: eu-west-2
6060
role-to-assume: ${{ inputs.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
61-
role-session-name: account-resources-release-notes-run-lambda
61+
role-session-name: fhir-validator-lambda-release-notes-run-lambda
6262
unset-current-credentials: true
6363

6464
- name: create int release notes

.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: github-actions
33+
role-session-name: fhir-validator-lambda-delete-old-stacks
3434

3535
- name: delete stacks
3636
shell: bash

.github/workflows/sam_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
aws-region: eu-west-2
9090
role-to-assume: ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }}
91-
role-session-name: github-actions
91+
role-session-name: fhir-validator-lambda-release-code
9292

9393
- name: download build artifact
9494
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)