feat: use bot account to create PR
All checks were successful
/ update-flake (push) Successful in 1m21s
All checks were successful
/ update-flake (push) Successful in 1m21s
This might run CI?
This commit is contained in:
parent
b912daedcd
commit
ce5f8941f2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1'
|
||||
|
||||
|
@ -27,7 +28,7 @@ jobs:
|
|||
curl -X POST "${{ env.GITHUB_API_URL }}/repos/${{ env.GITHUB_REPOSITORY }}/pulls"
|
||||
--fail
|
||||
-H "Content-Type: application/json"
|
||||
-H "Authorization: token ${{ env.GITHUB_TOKEN }}"
|
||||
-H "Authorization: token ${{ secrets.BOT_TOKEN }}"
|
||||
-d '{
|
||||
"title": "build(flake): update inputs",
|
||||
"body": "",
|
||||
|
|
Loading…
Reference in a new issue