diff --git a/.tangled/workflows/mirror.yml b/.tangled/workflows/mirror.yml index c6957e4..5ee93ec 100644 --- a/.tangled/workflows/mirror.yml +++ b/.tangled/workflows/mirror.yml @@ -42,7 +42,7 @@ steps: IdentityFile /tangled/home/.ssh/github_deploy_key EOF chmod 0600 /tangled/home/.ssh/config - git config --global core.sshCommand "ssh -v" + git config --global core.sshCommand "ssh -v -i /tangled/home/.ssh/github_deploy_key" - name: Push to GitHub command: |