Reinstate workflow SSH key access for Nix workflow.
This commit is contained in:
parent
7984f6908c
commit
244c122560
|
@ -14,6 +14,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }}
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
|
|
Loading…
Reference in New Issue