mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
17 lines
255 B
YAML
17 lines
255 B
YAML
|
name: xargo
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- xargo
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||
|
with:
|
||
|
crate: xargo
|
||
|
permissions:
|
||
|
contents: write
|
||
|
secrets:
|
||
|
private_key: ${{secrets.private_key}}
|