Skip to content

Commit a9ce4bb

Browse files
committed
fix(dist): provide correct npm token for swagger-ui-dist release
1 parent 1d88d6f commit a9ce4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
run: ./deploy.sh
5858
working-directory: ./swagger-ui-dist-package
5959
env:
60-
NPM_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
60+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6161
PUBLISH_DIST: true

0 commit comments

Comments
 (0)