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/bindgen.yml

19 lines
283 B
YAML
Raw Normal View History

2022-10-17 11:23:47 -07:00
name: bindgen-cli
on:
push:
branches:
- bindgen-cli
workflow_dispatch:
2022-10-17 11:23:47 -07:00
jobs:
build:
uses: ./.github/workflows/build.yml
2022-10-17 11:23:47 -07:00
with:
crate: bindgen-cli
bin: bindgen
permissions:
2025-01-26 12:48:26 -08:00
id-token: write
2022-10-17 11:23:47 -07:00
contents: write
2025-01-26 12:48:26 -08:00
attestations: write