Skip to content

Commit

Permalink
Merge pull request #849 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 authored Aug 21, 2024
2 parents c3ead07 + aff455b commit 37cadcd
Showing 1 changed file with 30 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/esignet/keycloak-init**'

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

0 comments on commit 37cadcd

Please sign in to comment.