From a1a79477e48fe4c119537e4cf067cd8aa27d4ee5 Mon Sep 17 00:00:00 2001 From: Solonas Gousteris Date: Fri, 22 Dec 2023 13:02:04 +0200 Subject: [PATCH] gh/workflow: add build message in promote trigger (cherry picked from commit 2dc892f86d64dbcb1e804822a200ba6e4cad82f2) --- .github/workflows/promote.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 963670fbbaa3..44e909adcd13 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -7,10 +7,11 @@ jobs: trigger-promote: runs-on: ubuntu-latest steps: - - name: trigger k8s pipeline + - name: trigger redpanda promote pipeline uses: "buildkite/trigger-pipeline-action@v2.0.0" with: buildkite_api_access_token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: "redpanda/redpanda" branch: dev + message: ":github: Promote redpanda packages" build_env_vars: '{"PROMOTE_REDPANDA_FROM_STAGING": "1", "TARGET_VERSION": "${{ github.ref_name }}"}'