From 11ce7960433cd4766fbb658a01e202a817a4c52e Mon Sep 17 00:00:00 2001 From: Fiky <105367375+efbe404@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:40:08 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 619dbfb..d518bc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: # check this thread to understand why its needed: # https://stackoverflow.com/a/70447517 run: | - touch ~/.ssh/id_rsa + install -m 600 -D /dev/null ~/.ssh/id_rsa echo "${{ env.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa ssh-keyscan -H ${{ env.SSH_HOST }} > ~/.ssh/known_hosts - name: connect and pull