From 0c1b114f81c5317881b90690e87e0a1060655b15 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:21:04 +0200 Subject: [PATCH] hopeful fix --- .github/workflows/update-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 5c2479f..a1aa3cf 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -7,7 +7,7 @@ jobs: steps: - run: mkdir ~/.ssh - name: create ssh profile - run: echo "${{ secrets.AUTOMATION_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa + run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa - run: chmod 600 ~/.ssh/id_rsa - name: update git run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git