ci: use GITHUB_TOKEN in bench comment action
This commit is contained in:
parent
2993287010
commit
433031a6ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bench.yaml
vendored
2
.github/workflows/bench.yaml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: 'benchmarkjs'
|
tool: 'benchmarkjs'
|
||||||
output-file-path: bench.txt
|
output-file-path: bench.txt
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
comment-always: true
|
comment-always: true
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
- name: Clear the cargo caches
|
||||||
|
|
Loading…
Reference in a new issue