This commit is contained in:
albert 2024-04-09 08:15:15 +09:00
parent e567cf8239
commit 2f0dc17669
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -33,6 +33,7 @@ jobs:
git config --global user.name "Albert J. Copeland" git config --global user.name "Albert J. Copeland"
- name: "Setup: SSH" - name: "Setup: SSH"
run: | run: |
rm -rf /root/.ssh
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