Skip to content

Bump @keycloak/keycloak-admin-client from 25.0.5 to 25.0.6 #128

Bump @keycloak/keycloak-admin-client from 25.0.5 to 25.0.6

Bump @keycloak/keycloak-admin-client from 25.0.5 to 25.0.6 #128

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}