ci: use GITHUB_TOKEN in bench comment action

This commit is contained in:
LongYinan 2020-11-01 21:52:50 +08:00
parent 2993287010
commit 433031a6ee
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -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