From 4facb0a1c5400f64652cbc67c8bd5d8bf9f577a5 Mon Sep 17 00:00:00 2001 From: Michaela Mattes Date: Thu, 16 Nov 2023 13:15:49 +0100 Subject: [PATCH] update release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cdf6ee..9a6918f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,5 +15,7 @@ jobs: call-release: if: github.repository != '$TEMPLATE_REPOSITORY' uses: telekom-mms/.github/.github/workflows/release.yml@main + secrets: + GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }} with: files: README.md