3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00

Pass private key into the reusable workflow

This commit is contained in:
David Tolnay 2021-10-08 00:48:21 -04:00
parent 4498cd03b1
commit 09c09539c2
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 0 deletions

View file

@ -10,3 +10,4 @@ jobs:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-expand
private_key: ${{secrets.private_key}}

View file

@ -10,3 +10,4 @@ jobs:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-outdated
private_key: ${{secrets.private_key}}

View file

@ -11,3 +11,4 @@ jobs:
with:
crate: cxxbridge-cmd
bin: cxxbridge
private_key: ${{secrets.private_key}}