3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/faketty.yml

17 lines
261 B
YAML
Raw Normal View History

2021-10-09 06:57:15 +02:00
name: faketty
on:
push:
branches:
- faketty
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: faketty
permissions:
contents: write
2021-10-09 06:57:15 +02:00
secrets:
private_key: ${{secrets.private_key}}