chore: use ssh private key in ci
Some checks failed
📊 Benchmark the Runtime / release (pull_request) Failing after 1m1s
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m7s

This commit is contained in:
2026-04-24 14:35:10 +02:00
parent 5b8eabc32d
commit 237d04b4f1

View File

@@ -66,7 +66,7 @@ jobs:
git config user.email "nodarium-bot@max-richter.dev" git config 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_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 git clone git@git.max-richter.dev:max/nodarium-benchmarks.git target_bench_repo
# 3. Create a directory structure based on the branch # 3. Create a directory structure based on the branch