Encrypt key on disk

This commit is contained in:
Matthias Pigulla 2021-02-27 18:13:12 +00:00
parent d7353c1718
commit c56b9c4c81

View file

@ -59,5 +59,6 @@ jobs:
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
- run: |
cat > ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 <<< "${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}"
ssh-keygen -p -f ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 -N secret-passphrase
git clone git@github.com:mpdude/test-2.git test-2-git
shell: bash