Uh oh!
There was an error while loading. Please reload this page.
tools: make env variables consistent in cron jobs - #65168
Conversation
nodejs-github-bot
commented
Aug 9, 2026
Review requested:
|
6ef5a74 to
3fcf56fComparepanva
commented
Aug 10, 2026
There's a permissions smoking gun in there somewhere. Sorry I don't have the time to look closely at the moment. |
aduh95
commented
Aug 10, 2026
I'm not touching the permissions though |
panva
commented
Aug 10, 2026
But there is a user change in |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
panva
commented
Aug 10, 2026
Is use of |
3a4eccd to
e775846CompareSigned-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
e775846 to
efed148CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 20, 2026
Commit Queue failed- Loading data for nodejs/node/pull/65168 ✔ Done loading data for nodejs/node/pull/65168 ----------------------------------- PR info ------------------------------------ Title tools: make env variables consistent in cron jobs (#65168) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch aduh95:consistent-cron-envs -> nodejs:main Labels meta, tools, author ready, commit-queue Commits 6 - tools: make env variables consistent in cron jobs - fixup! tools: make env variables consistent in cron jobs - squash! use same permissions as CQ - squash! Apply suggestion from @panva - squash! not early stage anymore - squash! not early stages anymore Committers 2 - Antoine du Hamel <duhamelantoine1995@gmail.com> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/65168 Reviewed-By: Filip Skokan <panva.ip@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/65168 Reviewed-By: Filip Skokan <panva.ip@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 09 Aug 2026 18:21:21 GMT ✔ Approvals: 1 ✔ - Filip Skokan (@panva) (TSC): https://github.com/nodejs/node/pull/65168#pullrequestreview-4983148316 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 65168 From https://github.com/nodejs/node * branch refs/pull/65168/merge -> FETCH_HEAD ✔ Fetched commits as 58d58a47e3f8..1316c0d3ee44 -------------------------------------------------------------------------------- [main 6b25dfdc6b] tools: make env variables consistent in cron jobs Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Sun Aug 9 20:13:26 2026 +0200 4 files changed, 26 insertions(+), 37 deletions(-) [main 977da716bc] fixup! tools: make env variables consistent in cron jobs Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Mon Aug 10 23:15:32 2026 +0200 3 files changed, 9 insertions(+), 157 deletions(-) [main 76d31e5981] squash! use same permissions as CQ Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Mon Aug 10 21:18:11 2026 +0200 1 file changed, 2 insertions(+) [main d766fff13e] squash! Apply suggestion from @panva Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Mon Aug 10 23:15:58 2026 +0200 1 file changed, 1 insertion(+), 1 deletion(-) [main 162af24468] squash! not early stage anymore Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Thu Aug 20 15:19:14 2026 +0200 1 file changed, 1 insertion(+), 1 deletion(-) [main a0b2e90ff1] squash! not early stages anymore Author: Antoine du Hamel <duhamelantoine1995@gmail.com> Date: Thu Aug 20 15:19:49 2026 +0200 1 file changed, 2 deletions(-) ✔ Patches applied Please run the following commands to complete landinghttps://github.com/nodejs/node/actions/runs/32387611571 |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 20, 2026
Landed in 12eb296 |
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #65168 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #65168 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #65168 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
-R/--repoexplicitly instead of an implicit use ofGH_REPOor let the tool figure out based on the local repoGH_TOKEN, since that's whatghchecks first according to https://cli.github.com/manual/gh_help_environmentgithub.tokenoversecrets.GITHUB_TOKENto help avoid confusing it withsecrets.GH_USER_TOKEN=auto-start-ci.yml, remove references tosecrets.GH_USER_TOKEN(add permissions meeting the ones we use for CQ filtering PRs)ownerandrepositoryas argv forcommit-queue.sh, it already expects to find e.g.GITHUB_SERVER_URLin the env, it's simpler for it to also expectGITHUB_REPOSITORYto be defined.git configcall to the workflow so a human running the script locally doesn't accidentally impersonate the bot.