Skip to content

Commit eeef939

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

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
@@ -26,7 +26,7 @@ jobs:
2626
@semantic-release/exec
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
29-
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
29+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030

3131
- name: Nothing to release
3232
if: ${{ env.NEXT_RELEASE_VERSION == '' }}

0 commit comments

Comments
 (0)