feat(ci): push benchmarks to different repo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user