3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2025-01-31 15:11:22 +01:00
cargo-install/.github/workflows/cbindgen.yml
2025-01-26 13:08:44 -08:00

18 lines
276 B
YAML

name: cbindgen
on:
push:
branches:
- cbindgen
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: cbindgen
permissions:
id-token: write
contents: write
attestations: write
secrets: inherit