From 348fa0317340d2cd1bcc80d1d8769ab6fc630676 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Wed, 18 Sep 2024 12:28:07 +0300 Subject: [PATCH] fix ssh plz --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 5ae9322..09f7253 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -29,7 +29,7 @@ jobs: - name: init ssh run: | mkdir -p ~/.ssh - echo "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa + echo "${{ secrets.PRIVKEY }}" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts