feat(ci): push benchmarks to different repo
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 54s
📊 Benchmark the Runtime / release (pull_request) Failing after 1m11s

This commit is contained in:
2026-04-24 13:52:23 +02:00
parent fd1da58cd9
commit e9dce2e79c

View File

@@ -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"