We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0f884 commit 28254f7Copy full SHA for 28254f7
.github/actions/build-proxies/action.yml
@@ -67,16 +67,16 @@ runs:
67
- name: Upload OAS Spec
68
uses: actions/upload-artifact@v4
69
with:
70
- name: ${{ env.APIM_ENV }}-build-output
+ name: ${{ inputs.APIM_ENV }}-build-output
71
path: ./build
72
73
- name: Trigger deploy proxy
74
env:
75
+ APIM_ENV: ${{ inputs.apimEnv }}
76
APP_CLIENT_ID: ${{ env.APP_CLIENT_ID }}
77
APP_PEM_FILE: ${{ env.APP_PEM_FILE }}
78
shell: bash
79
run: |
- ENV="${{ inputs.apimEnv }}"
80
.github/scripts/dispatch_internal_repo_workflow.sh \
81
--infraRepoName "nhs-notify-supplier-api" \
82
--releaseVersion "${{ inputs.releaseVersion }}" \
0 commit comments