File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments