From f42673159b053d869fedcd5f9cfcbd1369a62d31 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 20 Nov 2023 09:21:07 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e7c300..ead46e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,3 +9,5 @@ on: jobs: release: uses: telekom-mms/.github/.github/workflows/release.yml@main + secrets: + GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}