From 4820d0d125c4a31ada691c80ad465cc4d3feb643 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Mon, 22 Apr 2024 19:08:12 -0700 Subject: [PATCH] feat: adding update-docs.yml github action --- .github/helm-docs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/helm-docs.yml diff --git a/.github/helm-docs.yml b/.github/helm-docs.yml new file mode 100644 index 0000000..ef6d9e8 --- /dev/null +++ b/.github/helm-docs.yml @@ -0,0 +1,10 @@ +name: Update Docs +on: + push: + + +jobs: + call-workflow-passing-data: + uses: GlueOps/github-workflows/.github/workflows/helm-docs.yml@main + secrets: inherit +