Skip to content

Commit cc04202

Browse files
committed
CCM-10193 change to use GitHub app token
Signed-off-by: Tim Ireland <[email protected]>
1 parent a283724 commit cc04202

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr_create_dynamic_env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- uses: actions/[email protected]
2121
- name: Trigger dynamic environment creation
2222
env:
23-
APP_PEM_FILE: ${{ secrets.GITHUB_APP_PEM_FILE }}
24-
APP_CLIENT_ID: ${{ secrets.GITHUB_APP_CLIENT_ID }}
23+
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
24+
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
2525
shell: bash
2626
run: |
2727
.github/scripts/dispatch_internal_repo_workflow.sh \

.github/workflows/stage-4-acceptance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Trigger Acceptance Tests
3838
shell: bash
3939
env:
40-
PEM_FILE: ${{ secrets.GITHUB_APP_PEM_FILE }}
41-
CLIENT_ID: ${{ secrets.GITHUB_APP_CLIENT_ID }}
40+
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
41+
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
4242
run: |
4343
.github/scripts/dispatch_internal_repo_workflow.sh \
4444
--infraRepoName "nhs-notify-web-template-management" \

0 commit comments

Comments
 (0)