Helm Create Snapshot Call #2
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 Create Snapshot Call | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
helm-chart: | ||
type: choice | ||
description: Which hlem chart to create a snapshot for | ||
default: '' | ||
options: | ||
- cheetah-application | ||
- flink-job | ||
- image-automation | ||
jobs: | ||
create-snapshot: | ||
uses: trifork/cheetah-infrastructure-utils/.github/workflows/helm-create-snapshot.yml@main | ||
Check failure on line 17 in .github/workflows/helm-create-snapshot-call.yml GitHub Actions / .github/workflows/helm-create-snapshot-call.ymlInvalid workflow file
|
||
with: | ||
chart: ${{ inputs.helm-chart}} | ||
secrets: | ||
PAT: ${{ secrets.GH_TOKEN }} |