mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-11-09 13:19:13 +01:00
Fix website repo API url in workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -161,5 +161,5 @@ jobs:
|
|||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.MIHON_BOT_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.MIHON_BOT_TOKEN }}" \
|
||||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
https://api.github.com/repos/mihon/website/dispatches \
|
https://api.github.com/repos/mihonapp/website/dispatches \
|
||||||
-d '{"event_type":"app_release"}'
|
-d '{"event_type":"app_release"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user