mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
eval ssh-agent -s
This commit is contained in:
parent
0f6376161f
commit
fd8e654d7e
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
echo $HOME
|
||||
ls -la $HOME
|
||||
ssh-keygen -m PEM -t rsa -b 4096 -f "$HOME/.ssh/id_rsa" -N ""
|
||||
eval `ssh-agent -s`
|
||||
ssh-add "$HOME/.ssh/id_rsa"
|
||||
ssh-add -l
|
||||
echo "EXAMPLE_SSH_PRIVATE_KEY<<EOF" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user