Skip to content

Commit d028687

Browse files
committed
fix: add NODE_AUTH_TOKEN secret to workflow
The package-npm workflow requires NODE_AUTH_TOKEN secret (even though builds will succeed and only publish will fail without it).
1 parent 2ad0290 commit d028687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ concurrency:
1616
jobs:
1717
npm:
1818
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
19+
secrets:
20+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1921
with:
2022
generate: false

0 commit comments

Comments
 (0)