From 9f733627641cf23dd43b87e1644be1834fdd54e0 Mon Sep 17 00:00:00 2001 From: Meghana GM <41953467+meggm@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:14:59 +0530 Subject: [PATCH] Oneclick Action for releasing the Driver (#404) * One-click action for releasing the repo Signed-off-by: meghana_gm * One-click action for releasing the repo Signed-off-by: meghana_gm * One-click action for releasing the repo Signed-off-by: meghana_gm * One-click action for releasing the repo Signed-off-by: meghana_gm * One-click action for releasing the repo Signed-off-by: meghana_gm * One-click action for releasing the repo Signed-off-by: meghana_gm --------- Signed-off-by: meghana_gm --- .github/workflows/auto-release.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/auto-release.yaml diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml new file mode 100644 index 00000000..0393a87e --- /dev/null +++ b/.github/workflows/auto-release.yaml @@ -0,0 +1,13 @@ +name: Auto Release CSI-Powerflex +on: # yamllint disable-line rule:truthy + workflow_dispatch: + repository_dispatch: + types: [auto-release-workflow] + +jobs: + csm-release: + uses: dell/common-github-actions/.github/workflows/csm-release-driver-module.yaml@main + with: + version: "minor" + images: "csi-vxflexos" + secrets: inherit