Skip to content

Helm Create Release Call #27

Helm Create Release Call

Helm Create Release Call #27

name: Helm Create Release Call
on:
workflow_dispatch:
inputs:
helm-chart:
type: choice
description: Which helm chart to publish
default: ""
options:
- cheetah-application
- flink-job
- opensearchrole
- redpanda-console-oauth2proxy
jobs:
lint:
uses: ./.github/workflows/lint.yaml
create-release:
needs: lint
uses: trifork/cheetah-infrastructure-utils-workflows/.github/workflows/helm-create-release-call.yaml@main
with:
helm-chart: ${{ inputs.helm-chart}}
secrets:
PAT: ${{ secrets.CHEETAHBOT_WRITE_PACKAGE}}