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
54
54
55
55
env :
56
56
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 }}
58
58
RUN_ID : ${{ github.run_id }}
59
59
RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
60
60
RUN_ATTEMPT : ${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: write-all
30
30
31
31
env :
32
32
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 }}
34
34
RUN_ID : ${{ github.run_id }}
35
35
RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
36
36
RUN_ATTEMPT : ${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions: write-all
16
16
17
17
env :
18
18
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 }}
20
20
RUN_ID : ${{ github.run_id }}
21
21
RERUN_FAILED_ONLY : ${{ github.event.inputs.rerunFailedOnly || true }}
22
22
RUN_ATTEMPT : ${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments