Skip to content

Commit 09fbf15

Browse files
authored
Update backport workflow and add BOT_TOKEN secret
Updated the reusable backport workflow reference and added BOT_TOKEN secret.
1 parent 33b7a9b commit 09fbf15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backport.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ permissions:
1111

1212
jobs:
1313
backport:
14-
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@4eb7031cabb7b3efc06a7908a635e2cbd7fef698
14+
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@e2ccd27accf9ee90f8eca7e037a12fabe089b51b
1515
with:
1616
label_pattern: "^backport (.+)$"
17+
secrets:
18+
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)