test
Some checks failed
ssh-test / ssh-test (push) Failing after 21s

This commit is contained in:
iFargle 2023-12-08 20:14:38 +09:00
parent 47928576eb
commit 0e82f9661b

View file

@ -40,9 +40,9 @@ jobs:
nix --version nix --version
- name: "Setup: SSH" - name: "Setup: SSH"
run: | run: |
echo ${secrets.SSH_PUBLIC_KEY} > /workspace/.ssh/id_ed25519.pub echo ${secrets.SSH_PUBLIC_KEY} > /root/.ssh/id_ed25519.pub
echo ${secrets.SSH_PRIVATE_KEY} > /workspace/.ssh/id_ed25519 echo ${secrets.SSH_PRIVATE_KEY} > /root/.ssh/id_ed25519
cat /workspace/.ssh/id_ed25519.pub cat /root/.ssh/id_ed25519.pub
# - name: "Nix build" # - name: "Nix build"
# run: | # run: |
# echo "Running Nix Build" # echo "Running Nix Build"