From 7f16ef14196d6bbf89c19529eb7e4d90b993a55b Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Fri, 6 Mar 2026 13:18:33 +0100 Subject: [PATCH] fix(ci) remove install ssh step --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43ca42fd..51a9b4be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,11 +15,6 @@ jobs: go-version: ["1.21", "1.22", "1.23"] runs-on: ${{ matrix.os }} steps: - - name: Install SSH Key - uses: shimataro/ssh-key-action@v2 - with: - key: ${{ secrets.SSH_PRIVATE_KEY }} - known_hosts: ${{ vars.SSH_KNOWN_HOSTS }} - name: Install Java uses: actions/setup-java@v4 with: