parent
0e82f9661b
commit
06ad6f5594
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ jobs:
|
|||
nix --version
|
||||
- name: "Setup: SSH"
|
||||
run: |
|
||||
echo ${secrets.SSH_PUBLIC_KEY} > /root/.ssh/id_ed25519.pub
|
||||
echo ${secrets.SSH_PRIVATE_KEY} > /root/.ssh/id_ed25519
|
||||
echo ${{ secrets.SSH_PUBLIC_KEY }} > /root/.ssh/id_ed25519.pub
|
||||
echo ${{ secrets.SSH_PRIVATE_KEY }} > /root/.ssh/id_ed25519
|
||||
cat /root/.ssh/id_ed25519.pub
|
||||
# - name: "Nix build"
|
||||
# run: |
|
||||
|
|
Loading…
Reference in a new issue