ci: new values
All checks were successful
/ check (push) Successful in 35s
All checks were successful
/ check (push) Successful in 35s
This commit is contained in:
parent
bc1cb89206
commit
2213e9032d
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,9 @@ jobs:
|
||||||
- name: create PR
|
- name: create PR
|
||||||
uses: https://github.com/peter-evans/create-pull-request@v5
|
uses: https://github.com/peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN_FOR_UPDATES }}
|
token: ${{ secrets.UPDATE_TOKEN }}
|
||||||
committer: forgejo <dev@notohh.dev>
|
committer: forgejo <dev@notohh.dev>
|
||||||
author: notohh <github@notohh.dev>
|
author: notohh <github@notohh.dev>
|
||||||
|
branch: flake-lock-update
|
||||||
|
branch-suffix: short-commit-hash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue