This commit is contained in:
Josh Ashton
2025-03-31 15:58:07 -06:00
committed by GitHub
parent e65d679dcf
commit 9ae64dbeeb
+2
View File
@@ -26,6 +26,8 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
sudo chmod 600 ~/.ssh/id_rsa
echo "$SSH_HOST_THUMBPRINT" > ~/.ssh/known_hosts
cat ~/.ssh/known_hosts
cat ~/.ssh/id_rsa
shell: bash
env:
SSH_PRIVATE_KEY: ${{secrets.DBP_LOGIN_KEY}}