|
16 | 16 | verify_published_from_main_image: true |
17 | 17 | quality_checks: |
18 | 18 | uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc |
19 | | - needs: [get_config_values] |
| 19 | + needs: [ get_config_values ] |
20 | 20 | permissions: |
21 | 21 | contents: read |
22 | 22 | id-token: write |
|
37 | 37 | echo "commit_id=${{ github.sha }}" >> "$GITHUB_OUTPUT" |
38 | 38 |
|
39 | 39 | tag_release: |
40 | | - needs: [quality_checks, get_commit_id, get_config_values] |
| 40 | + needs: [ quality_checks, get_commit_id, get_config_values ] |
41 | 41 | uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929 |
42 | 42 | permissions: |
43 | 43 | id-token: write |
|
54 | 54 | EXECUTE_JIRA_LAMBDA_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }} |
55 | 55 |
|
56 | 56 | package_code: |
57 | | - needs: [tag_release, get_config_values] |
| 57 | + needs: [ tag_release, get_config_values ] |
58 | 58 | uses: ./.github/workflows/run_package_code_and_api.yml |
59 | 59 | permissions: |
60 | 60 | contents: read |
|
64 | 64 | pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} |
65 | 65 |
|
66 | 66 | release_dev: |
67 | | - needs: [tag_release, package_code, get_commit_id, get_config_values] |
| 67 | + needs: [ tag_release, package_code, get_commit_id, get_config_values ] |
68 | 68 | uses: ./.github/workflows/run_release_code_and_api.yml |
69 | 69 | permissions: |
70 | 70 | contents: write |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | REGRESSION_TESTS_PEM: ${{ secrets.REGRESSION_TESTS_PEM }} |
117 | 117 |
|
118 | 118 | release_dev_sandbox: |
119 | | - needs: [tag_release, package_code, get_commit_id, get_config_values] |
| 119 | + needs: [ tag_release, package_code, get_commit_id, get_config_values ] |
120 | 120 | uses: ./.github/workflows/run_release_code_and_api.yml |
121 | 121 | permissions: |
122 | 122 | contents: write |
@@ -271,8 +271,7 @@ jobs: |
271 | 271 | REGRESSION_TESTS_PEM: ${{ secrets.REGRESSION_TESTS_PEM }} |
272 | 272 |
|
273 | 273 | release_int: |
274 | | - needs: |
275 | | - [tag_release, release_qa, package_code, get_commit_id, get_config_values] |
| 274 | + needs: [ tag_release, release_qa, package_code, get_commit_id, get_config_values ] |
276 | 275 | uses: ./.github/workflows/run_release_code_and_api.yml |
277 | 276 | permissions: |
278 | 277 | contents: write |
@@ -323,8 +322,7 @@ jobs: |
323 | 322 | REGRESSION_TESTS_PEM: ${{ secrets.REGRESSION_TESTS_PEM }} |
324 | 323 |
|
325 | 324 | release_int_sandbox: |
326 | | - needs: |
327 | | - [tag_release, release_qa, package_code, get_commit_id, get_config_values] |
| 325 | + needs: [ tag_release, release_qa, package_code, get_commit_id, get_config_values ] |
328 | 326 | uses: ./.github/workflows/run_release_code_and_api.yml |
329 | 327 | permissions: |
330 | 328 | contents: write |
@@ -408,7 +406,7 @@ jobs: |
408 | 406 | ENABLE_NOTIFICATIONS_EXTERNAL: true |
409 | 407 | ENABLE_POST_DATED_NOTIFICATIONS: false |
410 | 408 | BLOCKED_SITE_ODS_CODES: "XXXXX" # Workaround empty string handling |
411 | | - ENABLED_SUPPLIER_APPLICATION_IDS: "30c8d461-e875-4882-85d1-4d5d90f7f17b,f7a08809-09f5-4215-a5c8-e280705aba77,401b11d1-5608-4d6e-8359-9bbed6c90e7e,4b2d703f-d8bb-4c82-8340-b1a97481a46a,9331742d-ccc3-4081-b54b-22e8f946a1ce,ee353200-2b8f-47be-8b70-d0777e80d92f" |
| 409 | + ENABLED_SUPPLIER_APPLICATION_IDS: ee353200-2b8f-47be-8b70-d0777e80d92f" |
412 | 410 | NOTIFY_ROUTING_PLAN_ID: "e57fe5cc-0567-4854-abe2-b7dd9014a50c" # INT and PROD share a value |
413 | 411 | NOTIFY_API_BASE_URL: "https://api.service.nhs.uk" |
414 | 412 | MTLS_KEY: psu-mtls-1 |
|
0 commit comments