From 237d04b4f1bd051d6aa9c323bd3ff87451a98679 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 24 Apr 2026 14:35:10 +0200 Subject: [PATCH] chore: use ssh private key in ci --- .gitea/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index b0c341c..dc8ee03 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -66,7 +66,7 @@ jobs: git config user.email "nodarium-bot@max-richter.dev" # 2. Clone the benchmarks repo into a temp folder - GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes" \ + git config --global core.sshCommand "ssh -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes" git clone git@git.max-richter.dev:max/nodarium-benchmarks.git target_bench_repo # 3. Create a directory structure based on the branch