We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3232b12 commit 6b1e063Copy full SHA for 6b1e063
1 file changed
.github/workflows/publish.yml
@@ -43,3 +43,5 @@ jobs:
43
44
- name: Publish to npm (via Trusted Publisher OIDC)
45
run: npm publish --access public --provenance
46
+ env:
47
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments