From 279837be2edc20b28ed70744393652517e63aec4 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 6 Aug 2025 22:36:04 +0800 Subject: [PATCH] chore: use npm trusted publisher https://github.com/node-modules/github-actions/issues/14 --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c6cbb18..605aad8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,4 @@ on: jobs: release: name: Node.js - uses: node-modules/github-actions/.github/workflows/node-release.yml@master - secrets: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GIT_TOKEN: ${{ secrets.GIT_TOKEN }} + uses: node-modules/github-actions/.github/workflows/npm-release.yml@master