From e9dce2e79cdee62b1b33c43df72de6c3e549c8aa Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 24 Apr 2026 13:52:23 +0200 Subject: [PATCH] feat(ci): push benchmarks to different repo --- .gitea/workflows/benchmark.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index 72983f9..e393d93 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -54,14 +54,13 @@ jobs: - name: 📤 Push Results env: - BENCH_REPO: "git.max-richter.dev/max/nodarium-benchmarks.git" - BENCH_TOKEN: ${{ secrets.GITEA_TOKEN }} + 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" # 2. Clone the benchmarks repo into a temp folder - git clone https://$BENCH_TOKEN@$BENCH_REPO target_bench_repo + git clone $BENCH_REPO target_bench_repo # 3. Create a directory structure based on the branch # This allows the UI to "switch between branches"