Skip to content

Commit c3bf618

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

9999
- name: Trigger deploy proxy
100100
env:
101-
PR_TRIGGER_PAT: ${{ env.PR_TRIGGER_PAT }}
101+
CLIENT_ID: ${{ secrets.CLIENT_ID }}
102+
PEM_FILE: ${{ secrets.PEM_FILE }}
102103
shell: bash
103104
run: |
104105
.github/scripts/dispatch_internal_repo_workflow.sh \

0 commit comments

Comments
 (0)