0
0
Fork 0
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:
Earl Warren 2023-08-18 14:50:44 +02:00
parent 2fd1640125
commit 3de0164331
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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 }}