chore: debug ci ssh
Some checks failed
📊 Benchmark the Runtime / release (pull_request) Failing after 1m16s
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m5s

This commit is contained in:
2026-04-24 14:42:17 +02:00
parent 4615489128
commit a3a1f6af35

View File

@@ -57,7 +57,7 @@ jobs:
echo "${{ secrets.GIT_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H git.max-richter.dev >> ~/.ssh/known_hosts
ssh -i ~/.ssh/id_ed25519 -T git@git.max-richter.dev
ssh -vvv -i ~/.ssh/id_ed25519 -T git@git.max-richter.dev
- name: 📤 Push Results
env: