Skip to content

Merge pull request #11 from thealtoclef/add-pod-container-security-co… #4

Merge pull request #11 from thealtoclef/add-pod-container-security-co…

Merge pull request #11 from thealtoclef/add-pod-container-security-co… #4

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
with:
chart_dirs: "helm-charts"