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/cxxbridge-cmd.yml

20 lines
312 B
YAML
Raw Normal View History

2021-10-07 22:52:29 -04:00
name: cxxbridge-cmd
on:
push:
branches:
2021-10-07 22:52:29 -04:00
- cxxbridge-cmd
workflow_dispatch:
2021-10-07 22:52:29 -04:00
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: cxxbridge-cmd
bin: cxxbridge
permissions:
2025-01-26 12:48:26 -08:00
id-token: write
contents: write
2025-01-26 12:48:26 -08:00
attestations: write
secrets: inherit