From 385e9a6695786fcb706a9a1b859dc4fb05d9a116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=8E=A0=E1=8E=A1=2E=20=D0=85=CF=B5rg=CF=B5=20=D1=B4ictor?= Date: Thu, 30 Jan 2020 18:46:49 +0700 Subject: [PATCH] Setting Up Docs Builder via GitHub Actions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d14d85a1..b5addbf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,8 +46,9 @@ jobs: - name: 🔀 Restoring SSH Key to Manage Documentation Repository run: | mkdir -p ~/.ssh + chmod 700 ~/.ssh echo "$SSH_KEY" > ~/.ssh/ldpkey - chmod 0600 ~/.ssh/ldpkey ~/.ssh + chmod 400 ~/.ssh/ldpkey ssh-keyscan -p $LDPPORT -H $LDPHOST >> ~/.ssh/known_hosts shell: bash env: