feat: use bot account to create PR #2

Merged
chef merged 1 commit from feat/use-appliance into main 2024-05-20 10:45:06 +00:00

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": "",