From 09fbf15a055ea4874cc7940bc852d1bf9b8ee10d Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 22 Mar 2026 07:57:53 +0100 Subject: [PATCH] Update backport workflow and add BOT_TOKEN secret Updated the reusable backport workflow reference and added BOT_TOKEN secret. --- .github/workflows/backport.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index abf6c93d..549e4377 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,6 +11,8 @@ permissions: jobs: backport: - uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@4eb7031cabb7b3efc06a7908a635e2cbd7fef698 + uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@e2ccd27accf9ee90f8eca7e037a12fabe089b51b with: label_pattern: "^backport (.+)$" + secrets: + BOT_TOKEN: ${{ secrets.BOT_TOKEN }}