File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 66jobs :
77 github :
88 uses : tree-sitter/workflows/.github/workflows/release.yml@main
9- npm :
10- uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
11- with :
12- package-name : " @tree-sitter/tree-sitter-xml"
13- secrets :
14- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
9+ # npm:
10+ # uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
11+ # with:
12+ # package-name: "@tree-sitter/tree-sitter-xml"
13+ # secrets:
14+ # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1515 crates :
1616 uses : tree-sitter/workflows/.github/workflows/package-crates.yml@main
1717 secrets :
18- CARGO_REGISTRY_TOKEN : ${{secrets.CARGO_TOKEN }}
18+ CARGO_REGISTRY_TOKEN : ${{secrets.CARGO_REGISTRY_TOKEN }}
1919 pypi :
2020 uses : tree-sitter/workflows/.github/workflows/package-pypi.yml@main
2121 secrets :
22- PYPI_API_TOKEN : ${{secrets.PYPI_TOKEN }}
22+ PYPI_API_TOKEN : ${{secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments