mirror of
https://github.com/dtolnay/install.git
synced 2024-11-23 00:39:30 +01:00
Fix reusable workflow secrets syntax
This commit is contained in:
parent
09c09539c2
commit
9d028f5e08
3 changed files with 3 additions and 0 deletions
1
.github/workflows/cargo-expand.yml
vendored
1
.github/workflows/cargo-expand.yml
vendored
|
@ -10,4 +10,5 @@ jobs:
|
||||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||||
with:
|
with:
|
||||||
crate: cargo-expand
|
crate: cargo-expand
|
||||||
|
secrets:
|
||||||
private_key: ${{secrets.private_key}}
|
private_key: ${{secrets.private_key}}
|
||||||
|
|
1
.github/workflows/cargo-outdated.yml
vendored
1
.github/workflows/cargo-outdated.yml
vendored
|
@ -10,4 +10,5 @@ jobs:
|
||||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||||
with:
|
with:
|
||||||
crate: cargo-outdated
|
crate: cargo-outdated
|
||||||
|
secrets:
|
||||||
private_key: ${{secrets.private_key}}
|
private_key: ${{secrets.private_key}}
|
||||||
|
|
1
.github/workflows/cxxbridge-cmd.yml
vendored
1
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -11,4 +11,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
crate: cxxbridge-cmd
|
crate: cxxbridge-cmd
|
||||||
bin: cxxbridge
|
bin: cxxbridge
|
||||||
|
secrets:
|
||||||
private_key: ${{secrets.private_key}}
|
private_key: ${{secrets.private_key}}
|
||||||
|
|
Loading…
Reference in a new issue