Skip to content

Commit 6eefb7f

Browse files
committed
revert to standard workflow token
1 parent 746e299 commit 6eefb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bencher_on_pr_or_fork_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
--testbed linux-gha \
5050
--err \
5151
--adapter rust_criterion \
52-
--github-actions '${{ secrets.BENCHER_GITHUB_TOKEN }}' \
52+
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
5353
--ci-number "$PR_NUMBER" \
5454
--file "$BENCHMARK_RESULTS"

0 commit comments

Comments
 (0)