Skip to content

Commit

Permalink
ci: Add KDAB server to known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Jun 11, 2024
1 parent ad39219 commit 3e9fb6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/knut-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
if: github.event_name == 'push'
with:
ssh-private-key: ${{ secrets.GERRIT_SSH_KEY }}
- name: Add KDAB server to known hosts
run: |
mkdir -p ~/.ssh/
touch ~/.ssh/known_hosts
echo "[codereview.kdab.com]:29418 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII7rIogDqC3Za+LV37295k312ihzhH/HsSNDE6+VHQMF" >> ~/.ssh/known_hosts
- name: Checkout private submodules (main repo only)
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit 3e9fb6b

Please sign in to comment.