Skip to content

Commit a2aa583

Browse files
ci: fix npm token
1 parent d6448fc commit a2aa583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
npm publish
4242
fi
4343
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NO_ORG }}
4545
- uses: fnkr/github-action-ghr@v1
4646
env:
4747
GHR_PATH: build/

0 commit comments

Comments
 (0)