diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index d1e8db997..26900bfd3 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -47,5 +47,5 @@ jobs: tool: 'pytest' output-file-path: benchmarks/output.json # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096 - # github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true