mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
2092cdac92
Otherwise: The workflow is not valid. .github/workflows/cargo-expand.yml (Line: 9, Col: 3): Error calling workflow 'dtolnay/install/.github/workflows/build.yml@master'. The nested job 'build' is requesting 'contents: write', but is only allowed 'contents: read'.
16 lines
273 B
YAML
16 lines
273 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:
|
|
private_key: ${{secrets.private_key}}
|