Skip to content

Commit 538b171

Browse files
Update to latest openapi definition
1 parent 86b85a9 commit 538b171

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm login
21-
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
21+
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}" > ~/.npmrc
2222
- name: npm publish
2323
run: npm publish

docs/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)