Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix known hosts again
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent bf57ee5 commit 32829e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
ls -la
chmod 600 id_rsa
ls -la
ssh-keygen -f known_hosts -R rettichlp.de
echo "${{ secrets.SSH_KNOWN_HOSTS }}" > known_hosts
ssh-keygen -R rettichlp.de
ls -la
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32829e9

Please sign in to comment.