Merge branch 'master' into feature/task-functions
[poolifier.git] / .github / workflows / benchmark.yml
index 64172d43a7b7007c5ced3f89b00d16fadf081474..a9c6264c1176e7b3b030ed48a5e0eef98f82754d 100644 (file)
@@ -1,6 +1,7 @@
 name: Benchmark
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master
@@ -36,7 +37,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