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

19 lines
270 B
YAML
Raw Normal View History

2023-06-11 13:20:32 -07:00
name: buckle
on:
push:
branches:
- buckle
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: buckle
permissions:
2025-01-26 12:48:26 -08:00
id-token: write
2023-06-11 13:20:32 -07:00
contents: write
2025-01-26 12:48:26 -08:00
attestations: write
2023-06-11 13:20:32 -07:00
secrets: inherit