From 2d8d48e56abeab8166c5fdf12ee3fed6007cc85f Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Wed, 3 Mar 2021 07:38:23 +0000 Subject: [PATCH] Run only SSH --- .github/workflows/demo.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 3f32cd1..7c74e84 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -11,12 +11,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - name: Setup key - uses: ./ - with: - ssh-private-key: | - ${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }} - ${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }} +# - name: Setup key +# uses: ./ +# with: +# ssh-private-key: | +# ${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }} +# ${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }} # - run: | # cat ~/.ssh/config # ssh-add -l