From 680b85de00e6ee14ad594b6f09b1b594fc2adc39 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 27 Jul 2025 19:31:56 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/all=5Ftest4.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/all_test4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all_test4.yaml b/.github/workflows/all_test4.yaml index 4b3323e..a2eda78 100644 --- a/.github/workflows/all_test4.yaml +++ b/.github/workflows/all_test4.yaml @@ -58,7 +58,7 @@ jobs: run: | mkdir -p ~/.ssh echo "${{ secrets.GITEASSH }}" | base64 -d > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa + chmod 777 ~/.ssh/id_rsa ssh-keyscan -H bb.hublab.ru >> ~/.ssh/known_hosts eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa