Skip to content

Commit d348290

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
env:
9696
PROXYGEN_API_NAME: nhs-notify-supplier
9797
PR_NUMBER: ${{ inputs.pr_number }}
98+
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
99+
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
98100
steps:
99101
- name: "Checkout code"
100102
uses: actions/checkout@v4

0 commit comments

Comments
 (0)