File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Invoke performance test
4040 env :
4141 CHECK_RUN_ID : ${{ needs.pre-validate-performance.outputs.check-run-id }}
42- GH_TOKEN : ${{ secrets.release-engineering-token }}
42+ GH_TOKEN : ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
4343 run : |
4444 jq -n \
4545 --arg ref "$GITHUB_REF" \
8282 id : create-check-run
8383 env :
8484 GITHUB_TOKEN : ${{ github.token }}
85- RELEASE_REF : ${{ needs.determine-ref.outputs.ref }}
8685 run : |
8786 check_run_id=$(gh api \
8887 --header "Accept: application/vnd.github+json" \
@@ -101,7 +100,7 @@ jobs:
101100 - name : Invoke compiler compatibility test
102101 env :
103102 CHECK_RUN_ID : ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
104- GH_TOKEN : ${{ secrets.release-engineering-token }}
103+ GITHUB_TOKEN : ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
105104 run : |
106105 jq -n \
107106 --arg ref "$GITHUB_REF" \
You can’t perform that action at this time.
0 commit comments