Merge pull request 'feat: use bot account to create PR' (#2) from feat/use-appliance into main
All checks were successful
/ check (push) Successful in 4m5s
All checks were successful
/ check (push) Successful in 4m5s
Reviewed-on: #2
This commit is contained in:
commit
4544ec63c0
1 changed files with 1 additions and 1 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue