File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
get_mergeable_prs :
26
26
permissions :
27
27
pull-requests : read
28
- if : github.repository == 'nodejs/node'
28
+ if : github.repository == 'nodejs/node-auto-test '
29
29
runs-on : ubuntu-latest
30
30
outputs :
31
31
numbers : ${{ steps.get_mergeable_prs.outputs.numbers }}
68
68
# prevent commits from running CI after they land. It needs
69
69
# to be set here because `checkout` configures GitHub authentication
70
70
# for push as well.
71
- token : ${{ secrets.GH_USER_TOKEN }}
71
+ token : ${{ secrets.GITHUB_TOKEN }}
72
72
73
73
# Install dependencies
74
74
- name : Install Node.js
@@ -94,10 +94,10 @@ jobs:
94
94
ncu-config set owner "${OWNER}"
95
95
env :
96
96
USERNAME : ${{ secrets.JENKINS_USER }}
97
- GH_TOKEN : ${{ secrets.GH_USER_TOKEN }}
97
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
98
98
JENKINS_TOKEN : ${{ secrets.JENKINS_TOKEN }}
99
99
100
100
- name : Start the Commit Queue
101
101
run : ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} ${{ needs.get_mergeable_prs.outputs.numbers }}
102
102
env :
103
- GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
103
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments