Skip to content

Commit 8d9f547

Browse files
committed
CCM-10193 use GitHub App token
Signed-off-by: Tim Ireland <[email protected]>
1 parent 4266b1c commit 8d9f547

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ runs:
9898

9999
- name: Trigger deploy proxy
100100
env:
101-
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
102-
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
101+
APP_CLIENT_ID: ${{ env.APP_CLIENT_ID }}
102+
APP_PEM_FILE: ${{ env.APP_PEM_FILE }}
103103
shell: bash
104104
run: |
105105
.github/scripts/dispatch_internal_repo_workflow.sh \

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
env:
7979
PROXYGEN_API_NAME: nhs-notify-supplier
8080
PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
81+
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
82+
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
8183
uses: ./.github/actions/build-proxies
8284
with:
8385
environment: "${{ env.ENVIRONMENT }}"

0 commit comments

Comments
 (0)