From 1ea99946b68209e1e11bb5e467a59d09d9cf09b0 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Fri, 24 Oct 2025 20:04:22 +0000 Subject: [PATCH] revert a013ead62d6e824622494fc1b703d2ab17e55b85 revert Update .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 6cf4df9..5ef9b4f 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -22,6 +22,12 @@ jobs: } >> ~/.ssh/config chmod 600 ~/.ssh/config + - name: SSH known_hosts setup + run: | + mkdir -p ~/.ssh + ssh-keyscan gitea.akshun-lab.cc >> ~/.ssh/known_hosts + chmod 600 ~/.ssh/known_hosts + - name: Checkout repository uses: actions/checkout@v5 with: