From 7959b88c7a30b05ce3d2a2cb3cbc70897abf55dd Mon Sep 17 00:00:00 2001 From: "buu.nguyen" Date: Wed, 4 Dec 2024 15:39:09 +0700 Subject: [PATCH] Add workflow --- .github/workflows/helm-release.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/helm-release.yaml diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml new file mode 100644 index 0000000..bd7d19c --- /dev/null +++ b/.github/workflows/helm-release.yaml @@ -0,0 +1,16 @@ +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