diff --git a/.github/workflows/slo-report.yml b/.github/workflows/slo-report.yml index ed5e3e03f..dd88ea797 100644 --- a/.github/workflows/slo-report.yml +++ b/.github/workflows/slo-report.yml @@ -18,5 +18,5 @@ jobs: - 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 }} 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 }}