feat: use bot account to create PR
All checks were successful
/ check (pull_request) Successful in 4m25s

This might run CI?
This commit is contained in:
buffet 2024-05-20 12:36:40 +02:00
parent b912daedcd
commit a9c0d2acff

View file

@ -27,7 +27,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": "",