Skip to content

Commit b0fec25

Browse files
committed
ci(release): use npmjs.com npm token
Refs #3900
1 parent eeef939 commit b0fec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
@semantic-release/git
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
66-
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
66+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6767

6868
- name: Release failed
6969
if: steps.semantic.outputs.new_release_published == 'false'

0 commit comments

Comments
 (0)