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