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

Fix reusable workflow secrets syntax

This commit is contained in:
David Tolnay 2021-10-08 00:49:45 -04:00
parent 09c09539c2
commit 9d028f5e08
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,4 +10,5 @@ jobs:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-expand
secrets:
private_key: ${{secrets.private_key}}

View file

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

View file

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