From 3e80ec444adc30782568bbb37a0d2afd3bb3fd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B4=D0=B5=D0=B6=D0=B4=D0=B0=20=D0=A4=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=BE=D0=B2=D0=B0?= Date: Mon, 23 Sep 2024 12:48:12 +0300 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.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1bf1ef4..a13b37a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: IdentitiesOnly yes ProxyCommand ssh $SSH_T_USER@$SSH_T_HOST -W %h:%p StrictHostKeyChecking no - END + END env: SSH_USER: ${{ secrets.BUILDER_SSH_USER }} SSH_KEY: ${{ secrets.BUILDER_SSH_KEY }}