diff --git a/.github/workflows/cargo-expand.yml b/.github/workflows/cargo-expand.yml index aa7dccc..8fd81ae 100644 --- a/.github/workflows/cargo-expand.yml +++ b/.github/workflows/cargo-expand.yml @@ -10,4 +10,5 @@ jobs: uses: dtolnay/install/.github/workflows/build.yml@master with: crate: cargo-expand + secrets: private_key: ${{secrets.private_key}} diff --git a/.github/workflows/cargo-outdated.yml b/.github/workflows/cargo-outdated.yml index 7f6ed0c..d47390a 100644 --- a/.github/workflows/cargo-outdated.yml +++ b/.github/workflows/cargo-outdated.yml @@ -10,4 +10,5 @@ jobs: uses: dtolnay/install/.github/workflows/build.yml@master with: crate: cargo-outdated + secrets: private_key: ${{secrets.private_key}} diff --git a/.github/workflows/cxxbridge-cmd.yml b/.github/workflows/cxxbridge-cmd.yml index 87b7d69..1f10ae7 100644 --- a/.github/workflows/cxxbridge-cmd.yml +++ b/.github/workflows/cxxbridge-cmd.yml @@ -11,4 +11,5 @@ jobs: with: crate: cxxbridge-cmd bin: cxxbridge + secrets: private_key: ${{secrets.private_key}}