diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index a4aaeeb..3bfb3e9 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -45,11 +45,6 @@ jobs: steps: - - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.8.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index fbb605d..cedcca0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,11 +21,6 @@ jobs: with: node-version: 18.0.0 - - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.8.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Checkout code uses: actions/checkout@v3 @@ -74,11 +69,6 @@ jobs: steps: - - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.8.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Checkout code uses: actions/checkout@v3