File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 4646
4747 tag_release :
4848 needs : [quality_checks, get_commit_id, get_asdf_version]
49- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
49+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
5050 with :
5151 dry_run : true
5252 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 1010jobs :
1111 dependabot-auto-approve-and-merge :
1212 needs : quality_checks
13- uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007
13+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
1414 secrets :
1515 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1616 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4141
4242 pr_title_format_check :
43- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
43+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4444
4545 get_issue_number :
4646 runs-on : ubuntu-22.04
7171
7272 tag_release :
7373 needs : [get_asdf_version]
74- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
74+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
7575 with :
7676 dry_run : true
7777 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 4444
4545 tag_release :
4646 needs : [quality_checks, get_commit_id, get_asdf_version]
47- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
47+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4848 with :
4949 dry_run : false
5050 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change @@ -431,9 +431,12 @@ Resources:
431431 LOG_LEVEL : !Ref LogLevel
432432 NHS_NOTIFY_PRESCRIPTIONS_SQS_QUEUE_URL : !Ref NHSNotifyPrescriptionsSQSQueueUrl
433433 TABLE_NAME : !Ref PrescriptionNotificationStatesTableName
434- API_KEY_SECRET : secrets-PSU-Notify-API-Key
435- PRIVATE_KEY_SECRET : secrets-PSU-Notify-PrivateKey
436- KID_SECRET : secrets-PSU-Notify-Application-KID
434+ API_KEY_SECRET :
435+ Fn::ImportValue : !Sub ${StackName}-PSU-Notify-API-Key
436+ PRIVATE_KEY_SECRET :
437+ Fn::ImportValue : !Sub ${StackName}-PSU-Notify-PrivateKey
438+ KID_SECRET :
439+ Fn::ImportValue : !Sub ${StackName}-PSU-Notify-KID
437440 NHS_NOTIFY_ROUTING_ID_PARAM : !Ref NotifyRoutingPlanIDParam
438441 NOTIFY_API_BASE_URL_PARAM : !Ref NotifyAPIBaseURLParam
439442 MAKE_REAL_NOTIFY_REQUESTS_PARAM : !Ref EnableNotificationsExternalParam
@@ -497,8 +500,10 @@ Resources:
497500 Variables :
498501 LOG_LEVEL : !Ref LogLevel
499502 TABLE_NAME : !Ref PrescriptionNotificationStatesTableName
500- APP_ID_SECRET : secrets-PSU-Notify-Application-ID
501- API_KEY_SECRET : secrets-PSU-Notify-API-Key
503+ APP_ID_SECRET :
504+ Fn::ImportValue : !Sub ${StackName}-PSU-Notify-Application-ID
505+ API_KEY_SECRET :
506+ Fn::ImportValue : !Sub ${StackName}-PSU-Notify-API-Key
502507 Metadata :
503508 BuildMethod : esbuild
504509 guard :
You can’t perform that action at this time.
0 commit comments