diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 4de5c2d..7b4d8bb 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -24,12 +24,6 @@ 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: