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

This commit is contained in:
2026-04-24 14:53:16 +02:00
parent 26c7e915ef
commit dab03753a2

View File

@@ -63,8 +63,8 @@ jobs:
env: env:
BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git" BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git"
run: | run: |
git config user.name "nodarium-bot" git config --global user.name "nodarium-bot"
git config user.email "nodarium-bot@max-richter.dev" git config --global user.email "nodarium-bot@max-richter.dev"
# 2. Clone the benchmarks repo into a temp folder # 2. Clone the benchmarks repo into a temp folder
git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes" git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes"