mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
CI: use WEBSITETOKEN
because using GITHUB_TOKEN has the undesirable side effect of blocking the workflows when creating a branch and a PR from it
This commit is contained in:
parent
2fd1640125
commit
3de0164331
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ jobs:
|
|||
- name: send backport if the label "backport {branch}" is present
|
||||
uses: https://github.com/tibdex/backport@v2
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.WEBSITETOKEN }}
|
||||
|
|
Loading…
Reference in a new issue