Skip to content

Commit aa28f52

Browse files
committed
CCM-11938: try
1 parent 3c3e08a commit aa28f52

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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)