File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ permissions: write-all
5454
5555env :
5656 GH_CLI_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57- GH_CLI_TOKEN_PR : ${{ secrets.SELENIUM_CI_TOKEN || secrets.GITHUB_TOKEN }}
57+ GH_CLI_TOKEN_PR : ${{ secrets.TRIGGER_CI_TOKEN || secrets.GITHUB_TOKEN }}
5858 RUN_ID : ${{ github.run_id }}
5959 RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
6060 RUN_ATTEMPT : ${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: write-all
3030
3131env :
3232 GH_CLI_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33- GH_CLI_TOKEN_PR : ${{ secrets.SELENIUM_CI_TOKEN || secrets.GITHUB_TOKEN }}
33+ GH_CLI_TOKEN_PR : ${{ secrets.TRIGGER_CI_TOKEN || secrets.GITHUB_TOKEN }}
3434 RUN_ID : ${{ github.run_id }}
3535 RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
3636 RUN_ATTEMPT : ${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions: write-all
1616
1717env :
1818 GH_CLI_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19- GH_CLI_TOKEN_PR : ${{ secrets.SELENIUM_CI_TOKEN || secrets.GITHUB_TOKEN }}
19+ GH_CLI_TOKEN_PR : ${{ secrets.TRIGGER_CI_TOKEN || secrets.GITHUB_TOKEN }}
2020 RUN_ID : ${{ github.run_id }}
2121 RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
2222 RUN_ATTEMPT : ${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments