Skip to content

Commit

Permalink
[MOSIP-34578] Created verify-keycloak-init.yml
Browse files Browse the repository at this point in the history
Signed-off-by: abhishek8shankar <[email protected]>
  • Loading branch information
abhishek8shankar committed Aug 20, 2024
1 parent 4039f55 commit 2e41f3a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/verify-keycloak-init.yml
Original file line number Diff line number Diff line change
@@ -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/compliance-toolkit/keycloak-init-values.yaml

0 comments on commit 2e41f3a

Please sign in to comment.