diff --git a/.github/actions/mark_jira_released/action.yml b/.github/actions/mark_jira_released/action.yml index 1b7826f..b53c70a 100644 --- a/.github/actions/mark_jira_released/action.yml +++ b/.github/actions/mark_jira_released/action.yml @@ -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: aws-dashboards-release-notes-run-lambda - name: call markJiraReleased lambda shell: bash diff --git a/.github/actions/update_confluence_jira/action.yml b/.github/actions/update_confluence_jira/action.yml index e9e3314..1b3ff89 100644 --- a/.github/actions/update_confluence_jira/action.yml +++ b/.github/actions/update_confluence_jira/action.yml @@ -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: aws-dashboards-release-notes-target - name: Get deployed tag on target shell: bash @@ -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: aws-dashboards-release-notes-dev - name: get current dev tag shell: bash @@ -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: aws-dashboards-release-notes-run-lambda unset-current-credentials: true - name: create int release notes diff --git a/.github/workflows/cdk_release_code.yml b/.github/workflows/cdk_release_code.yml index fbba270..a5f82c9 100644 --- a/.github/workflows/cdk_release_code.yml +++ b/.github/workflows/cdk_release_code.yml @@ -120,7 +120,7 @@ jobs: with: aws-region: eu-west-2 role-to-assume: ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }} - role-session-name: prescription-clinical-tracker-ui-deployment + role-session-name: aws-dashboards-deployment output-credentials: true - name: fix cdk.json for deployment diff --git a/.github/workflows/delete_old_cloudformation_stacks.yml b/.github/workflows/delete_old_cloudformation_stacks.yml index da5267c..6a9a7d8 100644 --- a/.github/workflows/delete_old_cloudformation_stacks.yml +++ b/.github/workflows/delete_old_cloudformation_stacks.yml @@ -30,7 +30,7 @@ jobs: with: aws-region: eu-west-2 role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }} - role-session-name: delete-old-cloudformation-stacks + role-session-name: aws-dashbaords-delete-old-cloudformation-stacks - name: delete stacks shell: bash