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"