Skip to content

Commit

Permalink
Merge pull request #1049 from abhishek8shankar/M-34578
Browse files Browse the repository at this point in the history
 [MOSIP-34578] Created verify-keycloak-init.yml
  • Loading branch information
ckm007 committed Aug 21, 2024
2 parents 4039f55 + 135ef92 commit 16b8d03
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/verify-keycloak-init.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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*
paths:
- 'helm/compliance-toolkit/keycloak-init**'

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
1 change: 1 addition & 0 deletions mosip-compliance-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<version>1.5.0-SNAPSHOT</version>
<name>mosip-compliance-toolkit-service</name>
<description>mosip compliance toolkit</description>
<url>https://github.com/mosip/mosip-compliance-toolkit</url>

<licenses>
<license>
Expand Down

0 comments on commit 16b8d03

Please sign in to comment.