Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/mark_jira_released/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
with:
aws-region: eu-west-2
role-to-assume: ${{ inputs.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
role-session-name: account-resources-release-notes-run-lambda
role-session-name: fhir-validator-lambda-release-notes-run-lambda

- name: call markJiraReleased lambda
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/update_confluence_jira/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
with:
aws-region: eu-west-2
role-to-assume: ${{ inputs.TARGET_CLOUD_FORMATION_CHECK_VERSION_ROLE }}
role-session-name: account-resources-release-notes-target
role-session-name: fhir-validator-lambda-release-notes-target

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

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

- name: create int release notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete_old_cloudformation_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
role-session-name: github-actions
role-session-name: fhir-validator-lambda-delete-old-stacks

- name: delete stacks
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sam_release_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }}
role-session-name: github-actions
role-session-name: fhir-validator-lambda-release-code

- name: download build artifact
uses: actions/download-artifact@v4
Expand Down
Loading