@@ -163,28 +163,6 @@ jobs:
163163 --overrideProjectName "nhs" \
164164 --overrideRoleName "nhs-main-acct-supplier-api-github-deploy" \
165165 --internalRef "feature/CCM-12444-supplier-config-publishing-workflow"
166- artefact-proxies :
167- name : " Build proxies"
168- runs-on : ubuntu-latest
169- if : inputs.deploy_proxy == 'true'
170- needs : [artefact-oas-spec-sandbox, pr-create-dynamic-environment]
171- timeout-minutes : 10
172- env :
173- PROXYGEN_API_NAME : nhs-notify-supplier
174- APP_CLIENT_ID : ${{ secrets.APP_CLIENT_ID }}
175- APP_PEM_FILE : ${{ secrets.APP_PEM_FILE }}
176- steps :
177- - name : " Checkout code"
178- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
179- - name : " Build proxies"
180- uses : ./.github/actions/build-proxies
181- with :
182- version : " ${{ inputs.version }}"
183- environment : ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
184- apimEnv : " internal-dev-sandbox"
185- runId : " ${{ github.run_id }}"
186- buildSandbox : true
187- releaseVersion : ${{ github.head_ref || github.ref_name }}
188166 populate-config :
189167 name : " Populate Supplier Config"
190168 runs-on : ubuntu-latest
@@ -214,3 +192,25 @@ jobs:
214192 --tableName "supplier-config" \
215193 --internalRef "feature/CCM-12444-supplier-config-publishing-workflow" \
216194 --force "true"
195+ artefact-proxies :
196+ name : " Build proxies"
197+ runs-on : ubuntu-latest
198+ if : inputs.deploy_proxy == 'true'
199+ needs : [artefact-oas-spec-sandbox, pr-create-dynamic-environment]
200+ timeout-minutes : 10
201+ env :
202+ PROXYGEN_API_NAME : nhs-notify-supplier
203+ APP_CLIENT_ID : ${{ secrets.APP_CLIENT_ID }}
204+ APP_PEM_FILE : ${{ secrets.APP_PEM_FILE }}
205+ steps :
206+ - name : " Checkout code"
207+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
208+ - name : " Build proxies"
209+ uses : ./.github/actions/build-proxies
210+ with :
211+ version : " ${{ inputs.version }}"
212+ environment : ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
213+ apimEnv : " internal-dev-sandbox"
214+ runId : " ${{ github.run_id }}"
215+ buildSandbox : true
216+ releaseVersion : ${{ github.head_ref || github.ref_name }}
0 commit comments