From ba08922802c378b74c5fbfa81085ff9fa9c42357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:42:15 +0200 Subject: [PATCH] Fix yaml --- .github/workflows/benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'' }}'