mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
1c670717fb
https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/
15 lines
237 B
YAML
15 lines
237 B
YAML
name: cargo-tally
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- cargo-tally
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: cargo-tally
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|