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