We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad0290 commit d028687Copy full SHA for d028687
.github/workflows/prebuild.yml
@@ -16,5 +16,7 @@ concurrency:
16
jobs:
17
npm:
18
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
19
+ secrets:
20
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21
with:
22
generate: false
0 commit comments