ci: fix web api author
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
e0b06bc4de
commit
c380512cc8
|
@ -41,6 +41,7 @@ jobs:
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
signoff: true
|
signoff: true
|
||||||
team-reviewers: "@goauthentik/core"
|
team-reviewers: "@goauthentik/core"
|
||||||
|
author: authentik bot <github-bot@goauthentik.io>
|
||||||
- uses: peter-evans/enable-pull-request-automerge@v2
|
- uses: peter-evans/enable-pull-request-automerge@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|
Reference in New Issue