Skip to content

Release Helm Chart

Release Helm Chart #2

Workflow file for this run

name: Release Helm Chart
on:
workflow_dispatch: # for manual testing
push:
branches:
- main
paths:
- "*/Chart.yaml"
jobs:
call-helm-release:
permissions:
contents: write
packages: write
uses: thealtoclef/modular-automations/.github/workflows/helm-release.yaml@main