Start another agent

This commit is contained in:
Matthias Pigulla 2021-02-27 19:57:16 +00:00
parent 231e859720
commit 253819f283

View file

@ -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