Skip to content

Commit 25a7fc2

Browse files
committed
fix: pass GITHUB_TOKEN env var for npm publish in CI
Made-with: Cursor
1 parent 82dc4cc commit 25a7fc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030

3131
- run: npm publish
3232
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)