From df46d7096436f63860138c81e8d97fabfe3633a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 25 Aug 2026 15:31:05 +0200 Subject: [PATCH] CI: Change release workflow to not bypass branch protection rules Branch protection rules will be replaced with rulesets which allow specific users to bypass rules. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdde63a1..05de657b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: id: release uses: greenbone/actions/release@v3 with: + admin-bypass: "false" github-user: ${{ secrets.GREENBONE_BOT }} github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}