Updates
This commit is contained in:
parent
e567cf8239
commit
2f0dc17669
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ jobs:
|
|||
git config --global user.name "Albert J. Copeland"
|
||||
- name: "Setup: SSH"
|
||||
run: |
|
||||
rm -rf /root/.ssh
|
||||
mkdir /root/.ssh
|
||||
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
|
|
Loading…
Reference in a new issue