diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index c595df48..1a108ae7 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -54,7 +54,7 @@ jobs: tool: "julia" output-file-path: benchmarks/benchmarks_output.json summary-always: true - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.DOCUMENTER_KEY }} comment-always: true alert-threshold: "200%" fail-on-alert: true