Skip to content

ci(workflows): pin 3rd party actions (#10) #22

ci(workflows): pin 3rd party actions (#10)

ci(workflows): pin 3rd party actions (#10) #22

Workflow file for this run

name: Publish packages

Check failure on line 1 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

(Line: 16, Col: 5): Unexpected value 'uses', (Line: 17, Col: 5): Unexpected value 'with', (Line: 14, Col: 5): Required property is missing: runs-on
on:
push:
tags: ["*"]
permissions:
contents: write
id-token: write
attestations: write
jobs:
github:
env:
TREE_SITTER_ABI_VERSION: 14
uses: tree-sitter/workflows/.github/workflows/release.yml@main
with:
generate: true
attestations: true
# npm:
# uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
# secrets:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# with:
# generate: true
# crates:
# uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
# secrets:
# CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
# with:
# generate: true
# pypi:
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
# secrets:
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
# with:
# generate: true