From 51a5befa031819a23cac9e2dea440150368b362b Mon Sep 17 00:00:00 2001 From: Nancy Butler <42977925+mantis-toboggan-md@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:38:13 -0700 Subject: [PATCH] add build extension charts yaml --- .github/workflows/build-extension-charts.yml | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/build-extension-charts.yml diff --git a/.github/workflows/build-extension-charts.yml b/.github/workflows/build-extension-charts.yml new file mode 100644 index 0000000..e83a68f --- /dev/null +++ b/.github/workflows/build-extension-charts.yml @@ -0,0 +1,23 @@ +name: Build and Release Extension Charts + +on: + workflow_dispatch: + push: + branches: + - main + +defaults: + run: + shell: bash + working-directory: ./ + +jobs: + build-extension-charts: + uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master + permissions: + actions: write + contents: write + deployments: write + pages: write + with: + target_branch: gh-pages \ No newline at end of file