Skip to content

Commit f29c741

Browse files
authored
Remove NODE_AUTH_TOKEN from publish workflow
Removed NODE_AUTH_TOKEN environment variable from publish step.
1 parent 012a5bd commit f29c741

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ jobs:
2222
registry-url: "https://registry.npmjs.org"
2323
- run: pnpm install
2424
- run: pnpm publish --provenance --access public --no-git-checks
25-
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)