From 90ce2180a7336715ff4682dcab9bb7cfad898740 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 22 Sep 2023 14:40:30 +0100 Subject: [PATCH] Remove SSH setup from CI --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3fa21359..706bae6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,10 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: webfactory/ssh-agent@v0.6.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Build run: cargo build