mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-12 20:43:51 +02:00
Add the SSH key to the inventory step if needed
This commit is contained in:
parent
be7809fe92
commit
e041f7d63c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -45,6 +45,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flakehub: true
|
flakehub: true
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- uses: webfactory/ssh-agent@v0.9.0
|
||||||
|
if: ${{ inputs.enable-ssh-agent }}
|
||||||
|
with:
|
||||||
|
ssh-private-key: ${{ secrets.ssh-private-key }}
|
||||||
- name: Inventory the flake for targeted systems
|
- name: Inventory the flake for targeted systems
|
||||||
id: inventory
|
id: inventory
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue