From f088b6a0846a2279e7d840a1a75f85f530d3e5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20M=C3=BCehlencord?= Date: Tue, 31 Mar 2026 21:10:02 +0200 Subject: [PATCH] remove prepare ssh step --- .gitea/workflows/action.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index a187858..a372c30 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -54,12 +54,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Prepare SSH - run: | - install -m 600 -D /dev/null ~/.ssh/id_rsa - echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa - ssh-keyscan -H git.muehlencord.de >> ~/.ssh/known_hosts - - name: Clone repository run: | git clone ${{ inputs.main_uuid }} source