From cb8984ba66d2de8352fb1ff08fc3d23d04c3dba7 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 12 Jul 2023 08:47:25 +0000
Subject: [PATCH] Update to Keycloak 22.0.0

---
 .github/workflows/update-deps.yml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 4bde49b..1394bf8 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -5,10 +5,15 @@
 
 name: Update dependencies
 
+permissions: {}
+
 jobs:
   update:
     name: Update dependencies
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
+      pull-requests: write
     steps:
       - id: checkout
         name: Checkout code

--
Gitblit v1.9.1