Fix website repo API url in workflow [skip ci]

This commit is contained in:
AntsyLich 2025-03-07 00:29:26 +06:00 committed by GitHub
parent 563bc02113
commit 7f9406aec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,5 +131,5 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.MIHON_BOT_TOKEN }}" \
-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"}'