Skip to content

Commit 621d33e

Browse files
authored
chore: Remove NODE_AUTH_TOKEN from publish workflow
Removed NODE_AUTH_TOKEN environment variable from npm publish step.
1 parent aa0291a commit 621d33e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
npm run build
2727
2828
- run: npm publish --access public
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)