diff --git a/.github/workflows/bench.yaml b/.github/workflows/bench.yaml index 3af3281c..a7f15222 100644 --- a/.github/workflows/bench.yaml +++ b/.github/workflows/bench.yaml @@ -81,7 +81,7 @@ jobs: with: tool: 'benchmarkjs' output-file-path: bench.txt - github-token: ${{ secrets.GH_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} comment-always: true - name: Clear the cargo caches