Skip to content

Commit 85c3c5a

Browse files
committed
CCM-11938: try
1 parent bf3821c commit 85c3c5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

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

9999
- name: Trigger deploy proxy
100100
env:
101-
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
101+
PR_TRIGGER_PAT: ${{ env.PR_TRIGGER_PAT }}
102102
shell: bash
103103
run: |
104104
#Change this back to proxy-deploy.yaml after testing

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
timeout-minutes: 10
9595
env:
9696
PR_NUMBER: ${{ inputs.pr_number }}
97+
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
9798
steps:
9899
- name: "Checkout code"
99100
uses: actions/checkout@v4

0 commit comments

Comments
 (0)