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

Reviewed-on: #2
This commit is contained in:
buffet 2024-05-20 10:45:05 +00:00
commit 4544ec63c0

View file

@ -27,7 +27,7 @@ jobs:
curl -X POST "${{ env.GITHUB_API_URL }}/repos/${{ env.GITHUB_REPOSITORY }}/pulls" curl -X POST "${{ env.GITHUB_API_URL }}/repos/${{ env.GITHUB_REPOSITORY }}/pulls"
--fail --fail
-H "Content-Type: application/json" -H "Content-Type: application/json"
-H "Authorization: token ${{ env.GITHUB_TOKEN }}" -H "Authorization: token ${{ secrets.BOT_TOKEN }}"
-d '{ -d '{
"title": "build(flake): update inputs", "title": "build(flake): update inputs",
"body": "", "body": "",