From f960c0ae506f045b494cefb4e75e75234d343a3b Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Thu, 27 Mar 2025 23:48:46 +0300 Subject: [PATCH 1/3] Update slo.yml --- .github/workflows/slo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml index 174e56c51..b36487638 100644 --- a/.github/workflows/slo.yml +++ b/.github/workflows/slo.yml @@ -90,7 +90,7 @@ jobs: chmod +x .bin/${{matrix.sdk.id}}_linux_amd64 - name: Inititialize YDB SLO - uses: ydb-platform/ydb-slo-action/init@main + uses: ydb-platform/ydb-slo-action/init@charts with: github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }} github_token: ${{ secrets.GITHUB_TOKEN }} From 62fc2f9c879b8944ecd72d3a45643e4710486028 Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Sat, 29 Mar 2025 18:06:04 +0300 Subject: [PATCH 2/3] Update slo-report.yml --- .github/workflows/slo-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slo-report.yml b/.github/workflows/slo-report.yml index ed5e3e03f..9a5e5d9a3 100644 --- a/.github/workflows/slo-report.yml +++ b/.github/workflows/slo-report.yml @@ -13,10 +13,11 @@ jobs: permissions: contents: read pull-requests: write + pages: write if: github.event.workflow_run.conclusion == 'success' steps: - name: Publish YDB SLO Report uses: ydb-platform/ydb-slo-action/report@charts with: - token: ${{ secrets.GITHUB_TOKEN }} - run_id: ${{ github.event.workflow_run.id }} + github_token: ${{ secrets.GITHUB_TOKEN }} + github_run_id: ${{ github.event.workflow_run.id }} From be5a45da5c6de3428e2dcf0ecc9d664dc23a2613 Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Tue, 1 Apr 2025 18:29:27 +0300 Subject: [PATCH 3/3] Apply suggestions from code review --- .github/workflows/slo-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/slo-report.yml b/.github/workflows/slo-report.yml index 9a5e5d9a3..dd88ea797 100644 --- a/.github/workflows/slo-report.yml +++ b/.github/workflows/slo-report.yml @@ -13,7 +13,6 @@ jobs: permissions: contents: read pull-requests: write - pages: write if: github.event.workflow_run.conclusion == 'success' steps: - name: Publish YDB SLO Report