Commit f1af3f8e by Branch Vincent Committed by Bjorn Neergaard

ci(backport): use app token

parent 29a797bb
......@@ -22,8 +22,15 @@ jobs:
)
)
steps:
- uses: tibdex/backport@v2
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
app_id: ${{ secrets.POETRY_TOKEN_APP_ID }}
private_key: ${{ secrets.POETRY_TOKEN_APP_KEY }}
- name: Generate backport
uses: tibdex/backport@v2
with:
github_token: ${{ steps.generate_token.outputs.token }}
title_template: "[<%= base %>] <%= title %>"
label_pattern: "^backport/(?<base>([^ ]+))$"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment