Skip to content

Commit 8f2ed13

Browse files
authored
chore: use npm trusted publisher (#589)
node-modules/github-actions#14 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the release workflow configuration to reference a different reusable workflow and streamlined secret management. No impact on end-user features. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 0e5ad19 commit 8f2ed13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ on:
77
jobs:
88
release:
99
name: Node.js
10-
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11-
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13-
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
10+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master

0 commit comments

Comments
 (0)