From bfef8770139f58e7061200de693ea78e5b949872 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 24 Sep 2026 09:46:17 -0400 Subject: [PATCH] Remove token from release-please action Refs: https://github.com/nodejs/admin/pull/1090 --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9aa17803..ea726de0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,6 @@ jobs: id: release with: release-type: node - token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }} npm-publish: needs: release-please if: ${{ needs.release-please.outputs.release_created }}