parent
06ad6f5594
commit
70bd72407d
1 changed files with 2 additions and 1 deletions
|
@ -40,9 +40,10 @@ jobs:
|
|||
nix --version
|
||||
- name: "Setup: SSH"
|
||||
run: |
|
||||
mkdir /root/.ssh
|
||||
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
|
||||
cat /root/.ssh/id_ed25519.pub
|
||||
# - name: "Nix build"
|
||||
# run: |
|
||||
# echo "Running Nix Build"
|
||||
|
|
Loading…
Reference in a new issue