Merge pull request #74 from mlus-asuka/backport-73-to-1.20.4
[Backport 1.20.4] use PAT in backport action
This commit is contained in:
commit
286bd107d9
1
.github/workflows/backport-prs.yml
vendored
1
.github/workflows/backport-prs.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
- name: Create backport pull requests
|
- name: Create backport pull requests
|
||||||
uses: korthout/backport-action@v3
|
uses: korthout/backport-action@v3
|
||||||
with:
|
with:
|
||||||
|
github_token: ${{ secrets.TOKEN }}
|
||||||
pull_description: |
|
pull_description: |
|
||||||
Backport of #${pull_number} to `${target_branch}`.
|
Backport of #${pull_number} to `${target_branch}`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user