Skip to content

build: add GitHub token to auto-start-ci workflow

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/startciperms into main

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.

Fixes: https://github.com/nodejs/node/issues/45163 Refs: https://github.com/nodejs/node-core-utils/pull/652


Untested -- change based on https://github.com/nodejs/node/blob/efd3c9cd31b746a3c8728b12f4d894e39ce6d10b/.github/workflows/commit-queue.yml#L80. I think secrets.JENKINS_USER and secrets.GH_USER_NAME are the same (since we use GitHub auth in our Jenkins server).

Merge request reports

Loading