3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 08:39:31 +01:00
cargo-install/.github/workflows/buck2.yml

19 lines
270 B
YAML
Raw Normal View History

2022-12-01 18:53:25 +01:00
name: buck2
on:
push:
branches:
- buck2
workflow_dispatch:
2022-12-01 18:53:25 +01:00
jobs:
build:
uses: ./.github/workflows/build.yml
2022-12-01 18:53:25 +01:00
with:
crate: buck2
git: facebookincubator/buck2
path: cli
2022-12-01 18:53:25 +01:00
permissions:
contents: write
secrets: inherit