mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-25 03:58:43 +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:
|
||||
flakehub: true
|
||||
- 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
|
||||
id: inventory
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue