Skip to content

Commit 6b1e063

Browse files
committed
ci: fix npm publish 404 by providing auth token env var
1 parent 3232b12 commit 6b1e063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343

4444
- name: Publish to npm (via Trusted Publisher OIDC)
4545
run: npm publish --access public --provenance
46+
env:
47+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)