Skip to content

tools: move ncu config to global for commit queue - #65132

Closed
panva wants to merge 1 commit into
nodejs:mainfrom
panva:ncu-creds-cq
Closed

tools: move ncu config to global for commit queue#65132
panva wants to merge 1 commit into
nodejs:mainfrom
panva:ncu-creds-cq

Conversation

@panva

@panvapanva commented Aug 8, 2026

Copy link
Copy Markdown
Member

Since we checkout after we set the credentials now the checkout overwrites the local ncu config, switch it to global for this job.

Refs: #64343
Refs: #64991 (comment)

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
@panvapanva added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 8, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @panva. Please 👍 to approve.

@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Aug 8, 2026
ncu-config set jenkins_token "$JENKINS_TOKEN"
ncu-config set repo "${REPOSITORY}"
ncu-config set owner "${GITHUB_REPOSITORY_OWNER}"
# Keep the config outside the workspace so checkout does not remove it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I'd put the comment in the YAML rather than the bash (I guess it's irrelevant here, but it's quite important in Nix files to avoid invalidating a build when fixing a typo in a comment)

panva added a commit that referenced this pull request Aug 8, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #65132
Refs: #64343
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
@panva

panva commented Aug 8, 2026

Copy link
Copy Markdown
MemberAuthor

Landed in b65015a

@panvapanva closed this Aug 8, 2026
@panva
panva deleted the ncu-creds-cq branch August 8, 2026 11:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-trackPRs that do not need to wait for 48 hours to land.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@panva@nodejs-github-bot@aduh95@avivkeller