goodbye ssh
This commit is contained in:
parent
596413df5b
commit
dab4a87e91
@ -17,14 +17,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
# bob
|
||||
|
||||
- name: Set up SSH keys
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan -t rsa git.fascinated.cc >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Download docker
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user