From 65c490070fbc6e3b856cee17c8d436cb5f4eee2f Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sun, 25 Aug 2024 20:04:10 -0400 Subject: [PATCH] Fix ssh key? --- .forgejo/workflows/example.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/example.yaml b/.forgejo/workflows/example.yaml index f899c42..aa0e443 100644 --- a/.forgejo/workflows/example.yaml +++ b/.forgejo/workflows/example.yaml @@ -20,8 +20,6 @@ jobs: IdentityFile ~/.ssh/id_rsa StrictHostKeyChecking no EOF - cat < ~/.ssh/id_rsa - $SSH_PRIVATE_KEY - EOF + echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa - run: rsync -avz --delete ./public/ reason:Public/roam/