build(ci): use PAT for continuous benchmark results
[poolifier.git] / .github / workflows / benchmark.yml
index 64172d43a7b7007c5ced3f89b00d16fadf081474..68f07da7e3e30c9a01fe8b14419d7a7b54952959 100644 (file)
@@ -36,7 +36,7 @@ jobs:
           name: Internal benchmark
           tool: 'benchmarkjs'
           output-file-path: ./benchmarks/internal/output.txt
-          github-token: ${{ secrets.GITHUB_TOKEN }}
+          github-token: ${{ secrets.BENCHMARK_RESULTS_TOKEN }}
           auto-push: true
           alert-threshold: '200%'
           comment-on-alert: true