From dab03753a2c80242be8ff87cdac2ef85d9778ac8 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 24 Apr 2026 14:53:16 +0200 Subject: [PATCH] chore: debug ci ssh --- .gitea/workflows/benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index b1b1c48..c81ccb1 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -63,8 +63,8 @@ jobs: env: BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git" run: | - git config user.name "nodarium-bot" - git config user.email "nodarium-bot@max-richter.dev" + git config --global user.name "nodarium-bot" + git config --global user.email "nodarium-bot@max-richter.dev" # 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"