This commit is contained in:
parent
70bd72407d
commit
787482a65d
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ jobs:
|
||||||
- name: "Setup: SSH"
|
- name: "Setup: SSH"
|
||||||
run: |
|
run: |
|
||||||
mkdir /root/.ssh
|
mkdir /root/.ssh
|
||||||
echo ${{ secrets.SSH_PUBLIC_KEY }} > /root/.ssh/id_ed25519.pub
|
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
||||||
echo ${{ secrets.SSH_PRIVATE_KEY }} > /root/.ssh/id_ed25519
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||||
cat /root/.ssh/id_ed25519.pub
|
cat /root/.ssh/id_ed25519.pub
|
||||||
# - name: "Nix build"
|
# - name: "Nix build"
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue