Skip to content

Commit 37e33bc

Browse files
fix: Remove NPM_TOKEN from publish workflow (#1994)
Remove NPM_TOKEN from the release step environment.
1 parent fb04779 commit 37e33bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
- run: npx semantic-release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
NPM_TOKEN: ${{ secrets.npm_token }}
3231
name: Release

0 commit comments

Comments
 (0)