From 800dc15a1d5b051d9cb362603fea147eeaebcf06 Mon Sep 17 00:00:00 2001 From: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:11:52 +0530 Subject: [PATCH] [MOSIP-34578] Created verify-keycloak-init.yml Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com> --- .github/workflows/verify-keycloak-init.yml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/verify-keycloak-init.yml diff --git a/.github/workflows/verify-keycloak-init.yml b/.github/workflows/verify-keycloak-init.yml new file mode 100644 index 000000000..65ad95ca9 --- /dev/null +++ b/.github/workflows/verify-keycloak-init.yml @@ -0,0 +1,28 @@ +name: verify-keycloak-init + +on: + release: + types: [published] + pull_request: + types: [opened, reopened, synchronize] + workflow_dispatch: + inputs: + message: + description: 'Message for manually triggering' + required: false + default: 'Triggered for Updates' + type: string + push: + branches: + - '!release-branch' + - master + - 1.* + - develop + - MOSIP* + - release* + +jobs: + verify-keycloak-init: + uses: mosip/kattu/.github/workflows/verify-keycloak-init.yml@master + with: + kc_values_file_path: helm/esignet/keycloak-init-values.yaml