Skip to content

Commit

Permalink
disable check known_hosts
Browse files Browse the repository at this point in the history
Bug reported and PR to resolve:
yesolutions/mirror-action#19
  • Loading branch information
marcvanandel committed Dec 11, 2023
1 parent e3f53e2 commit 421d28a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
with:
REMOTE: 'ssh://[email protected]:443/dst/dst-secured-sparql-endpoint-mirror.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}
# debugging known_hosts issues
DEBUG: "true"
# see if this works ... 'cause the known_hosts is not as easy as I would hope :smirk:
# GIT_SSH_NO_VERIFY_HOST: "true"
# disable known_hosts until PR is merged: https://github.com/yesolutions/mirror-action/pull/19
GIT_SSH_NO_VERIFY_HOST: "true"
# GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}

0 comments on commit 421d28a

Please sign in to comment.