Skip to content

Commit 3fb44f9

Browse files
richardlaudanielleadams
authored andcommitted
build: add GitHub token to auto-start-ci workflow
Recent changes to node-core-utils attempt to read pull request labels when deciding whether or not to start a V8 CI. This requires a valid GitHub token with appropriate permissions to be set for node-core-utils. Refs: nodejs/node-core-utils#652 PR-URL: #45185 Fixes: #45163 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 64860dd commit 3fb44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-start-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup node-core-utils
6161
run: |
6262
ncu-config set username ${{ secrets.JENKINS_USER }}
63-
ncu-config set token none
63+
ncu-config set token "${{ secrets.GH_USER_TOKEN }}"
6464
ncu-config set jenkins_token ${{ secrets.JENKINS_TOKEN }}
6565
ncu-config set owner "${{ github.repository_owner }}"
6666
ncu-config set repo "$(echo ${{ github.repository }} | cut -d/ -f2)"

0 commit comments

Comments
 (0)