Skip to content

Helm Create Snapshot Call #2

Helm Create Snapshot Call

Helm Create Snapshot Call #2

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

View workflow run for this annotation

GitHub Actions / .github/workflows/helm-create-snapshot-call.yml

Invalid workflow file

error parsing called workflow ".github/workflows/helm-create-snapshot-call.yml" -> "trifork/cheetah-infrastructure-utils/.github/workflows/helm-create-snapshot.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
chart: ${{ inputs.helm-chart}}
secrets:
PAT: ${{ secrets.GH_TOKEN }}