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

19 lines
273 B
YAML
Raw Normal View History

2021-10-09 05:57:15 +01:00
name: faketty
on:
push:
branches:
- faketty
workflow_dispatch:
2021-10-09 05:57:15 +01:00
jobs:
build:
uses: ./.github/workflows/build.yml
2021-10-09 05:57:15 +01:00
with:
crate: faketty
permissions:
2025-01-26 12:48:26 -08:00
id-token: write
contents: write
2025-01-26 12:48:26 -08:00
attestations: write
secrets: inherit