Skip to content

Commit

Permalink
Merge pull request #9 from multivac61/multivac61-patch-1
Browse files Browse the repository at this point in the history
ssh-agent to "inventory" job
  • Loading branch information
grahamc authored Oct 28, 2024
2 parents 3121b3b + 54900fe commit f120d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: webfactory/[email protected]
if: ${{ inputs.enable-ssh-agent }}
with:
ssh-private-key: ${{ secrets.ssh-private-key }}
- name: Inventory the flake for targeted systems
id: inventory
env:
Expand Down

0 comments on commit f120d88

Please sign in to comment.