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