We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b7a9b commit 09fbf15Copy full SHA for 09fbf15
.github/workflows/backport.yml
@@ -11,6 +11,8 @@ permissions:
11
12
jobs:
13
backport:
14
- uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@4eb7031cabb7b3efc06a7908a635e2cbd7fef698
+ uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@e2ccd27accf9ee90f8eca7e037a12fabe089b51b
15
with:
16
label_pattern: "^backport (.+)$"
17
+ secrets:
18
+ BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
0 commit comments