From f47d7d66bdb018492410c7df040d953d4360a432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 28 Aug 2026 09:49:31 +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 94fe22824..bc32c0f49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,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 }}