From 253819f283a3976c8688e0532be6dd0016f9d055 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sat, 27 Feb 2021 19:57:16 +0000 Subject: [PATCH] Start another agent --- .github/workflows/demo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index b317491..1362640 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -60,6 +60,8 @@ jobs: - run: | cat > ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 <<< "${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}" ssh-keygen -p -f ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 -N secret-passphrase + eval `ssh-agent` echo "secret-passphrase" | ssh-add ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 + ssh-add -L git clone git@github.com:mpdude/test-2.git test-2-git shell: bash