Helm Release Candidate call #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm Release Candidate call | |
on: | |
workflow_dispatch: | |
inputs: | |
helm-chart: | |
type: choice | |
description: Which helm chart to create a release candidate for | |
default: "" | |
options: | |
- cheetah-application | |
- flink-job | |
- opensearchrole | |
- redpanda-console-oauth2proxy | |
jobs: | |
verify-flow-and-publish-release-candidate: | |
uses: trifork/cheetah-infrastructure-utils-workflows/.github/workflows/helm-create-release-candidate-call.yml@main | |
with: | |
helm-chart: ${{ inputs.helm-chart}} | |
secrets: | |
PAT: ${{ secrets.CHEETAHBOT_WRITE_PACKAGE }} |