Skip to content

Commit 2f259df

Browse files
authored
Update backport workflow configuration
Updated backport workflow to use new reusable-backport.yml version and changed secret keys.
1 parent 661db0b commit 2f259df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/backport.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ permissions:
1111

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

0 commit comments

Comments
 (0)