Skip to content

Commit 0d4765c

Browse files
committed
ci: add BENCHER_API_TOKEN to benchmark action
1 parent 500c215 commit 0d4765c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: Run benchmarks
9292
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
9393
env:
94+
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
9495
BENCHER_PROJECT: theseus-rs-postgresql-embedded
9596
BENCHER_ADAPTER: rust_criterion
9697
run: |

0 commit comments

Comments
 (0)