Skip to content

Commit 33f2a0b

Browse files
authoredFeb 14, 2023
ci(release): update npm token (#8385)
* ci(release): update github action for npm package * ci(release): update npm token
1 parent e2e2920 commit 33f2a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-swagger-ui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
@semantic-release/exec
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
34-
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

3636
- name: Nothing to release
3737
if: ${{ env.NEXT_RELEASE_VERSION == '' }}

0 commit comments

Comments
 (0)
Please sign in to comment.