Skip to content

Commit b832345

Browse files
TimoLassmannclaude
andcommitted
fix benchmark CI: add github-token for gh-pages push
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 071f865 commit b832345

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
with:
9696
tool: 'customBiggerIsBetter'
9797
output-file-path: benchmarks/results/benchmark_output.json
98+
github-token: ${{ secrets.GITHUB_TOKEN }}
9899
gh-pages-branch: gh-pages
99100
benchmark-data-dir-path: dev/bench
100101
auto-push: true
@@ -108,6 +109,7 @@ jobs:
108109
with:
109110
tool: 'customBiggerIsBetter'
110111
output-file-path: benchmarks/results/benchmark_output.json
112+
github-token: ${{ secrets.GITHUB_TOKEN }}
111113
gh-pages-branch: gh-pages
112114
benchmark-data-dir-path: dev/bench
113115
auto-push: false

0 commit comments

Comments
 (0)