From 2696bd5f1d46253ad2c93a7949b443e2a20d0c04 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Fri, 14 Feb 2025 00:46:09 +0530 Subject: [PATCH] Updating template --- .github/repo-templates/nm-update-2rc.yml | 11 +++++++++++ .github/repo-templates/nm-update-3prod.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/repo-templates/nm-update-2rc.yml create mode 100644 .github/repo-templates/nm-update-3prod.yml diff --git a/.github/repo-templates/nm-update-2rc.yml b/.github/repo-templates/nm-update-2rc.yml new file mode 100644 index 0000000..446d77a --- /dev/null +++ b/.github/repo-templates/nm-update-2rc.yml @@ -0,0 +1,11 @@ +name: Deploy to rc + +on: + workflow_dispatch: + +jobs: + nm-update-rc: + uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21 + secrets: inherit + with: + nm_repo: gmetrivr/nm-rc diff --git a/.github/repo-templates/nm-update-3prod.yml b/.github/repo-templates/nm-update-3prod.yml new file mode 100644 index 0000000..6942642 --- /dev/null +++ b/.github/repo-templates/nm-update-3prod.yml @@ -0,0 +1,11 @@ +name: Deploy to prod + +on: + workflow_dispatch: + +jobs: + nm-update-prod: + uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21 + secrets: inherit + with: + nm_repo: gmetrivr/nm-prod