Compare commits

..

2 commits

Author SHA1 Message Date
4544ec63c0 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
2024-05-20 10:45:05 +00:00
a9c0d2acff feat: use bot account to create PR
All checks were successful
/ check (pull_request) Successful in 4m25s
This might run CI?
2024-05-20 12:43:42 +02:00

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