From d0520117790a7803e2339e8aa5f8bc1d2ce9d6c4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 10 Dec 2021 22:57:18 -0800 Subject: [PATCH] build: fix commit-queue-rebase functionality For commit-queue-rebase only, commit-queue.sh uses `git push` which requires the credentials from the git checkout. Remove `persist-credentials: false` from this workflow. --- .github/workflows/commit-queue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index 0dc7c4d5c3f9de..54b114b7b7e813 100644 --- a/.github/workflows/commit-queue.yml +++ b/.github/workflows/commit-queue.yml @@ -26,7 +26,6 @@ jobs: # Needs the whole git history for ncu to work # See https://github.com/nodejs/node-core-utils/pull/486 fetch-depth: 0 - persist-credentials: false # A personal token is required because pushing with GITHUB_TOKEN will # prevent commits from running CI after they land. It needs # to be set here because `checkout` configures GitHub authentication