We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2c224 commit 5986d12Copy full SHA for 5986d12
1 file changed
.github/workflows/publish.yml
@@ -34,6 +34,7 @@ jobs:
34
publish: pnpm changeset publish --provenance
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
39
# 任务 2:部署文档到 GitHub Pages
40
deploy-docs:
0 commit comments