Skip to content

Commit

Permalink
gh/workflow: add build message in promote trigger
Browse files Browse the repository at this point in the history
(cherry picked from commit 2dc892f)
  • Loading branch information
gousteris authored and vbotbuildovich committed Dec 22, 2023
1 parent 991c1ab commit a1a7947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'

0 comments on commit a1a7947

Please sign in to comment.