We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3821c commit 85c3c5aCopy full SHA for 85c3c5a
.github/actions/build-proxies/action.yml
@@ -98,7 +98,7 @@ runs:
98
99
- name: Trigger deploy proxy
100
env:
101
- PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
+ PR_TRIGGER_PAT: ${{ env.PR_TRIGGER_PAT }}
102
shell: bash
103
run: |
104
#Change this back to proxy-deploy.yaml after testing
.github/workflows/stage-3-build.yaml
@@ -94,6 +94,7 @@ jobs:
94
timeout-minutes: 10
95
96
PR_NUMBER: ${{ inputs.pr_number }}
97
+ PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
steps:
- name: "Checkout code"
uses: actions/checkout@v4
0 commit comments