mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-23 09:40:48 +00:00
Write private key to file (does this work on Windows?)
This commit is contained in:
parent
bcd9c12595
commit
d7353c1718
1 changed files with 3 additions and 0 deletions
3
.github/workflows/demo.yml
vendored
3
.github/workflows/demo.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
|||
env:
|
||||
GIT_SSH_COMMAND: ssh -v
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
@ -57,4 +58,6 @@ jobs:
|
|||
${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }}
|
||||
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
|
||||
- run: |
|
||||
cat > ~/.ssh/5965bf89ab6e2900262e3f6802dfb4d65cb0de539d0fbb97d381e7130a4ba7e9 <<< "${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}"
|
||||
git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue