diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 010a50575..874e8c2cd 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -95,9 +95,9 @@ jobs: tool: 'jmh' output-file-path: 'aggregated.json' gh-repository: 'github.com/krzema12/snakeyaml-engine-kmp-benchmarks' + github-token: '${{ secrets.PUBLISH_BENCHMARK_RESULTS }}' + auto-push: '${{ github.repository == ''krzema12/snakeyaml-engine-kmp'' && github.event_name != ''pull_request'' }}' summary-always: 'true' comment-on-alert: 'true' alert-threshold: '150%' fail-threshold: '200%' - github-token: '${{ secrets.PUBLISH_BENCHMARK_RESULTS }}' - auto-push: '${{ github.repository == ''krzema12/snakeyaml-engine-kmp'' && github.event_name != ''pull_request'' }}'