mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
ci: echo deploy key for debugging
This commit is contained in:
@@ -14,6 +14,7 @@ function configure_ssh() {
|
||||
mkdir -p "$SSH_HOME"
|
||||
|
||||
echo "${GH_DEPLOY_KEY}" >"$SSH_HOME"/id_rsa # We must use "id_rsa" file name, using a custom name will fail
|
||||
echo "GH_DEPLOY_KEY = ${GH_DEPLOY_KEY}"
|
||||
chmod 400 "$SSH_HOME"/id_rsa
|
||||
|
||||
ssh-keyscan -t rsa github.com >>"$SSH_HOME"/known_hosts # Look and make trust communications between github.com and the builder
|
||||
|
||||
Reference in New Issue
Block a user