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