From d37f83ae4d618f4e92bb118647a5383254017e37 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:30:27 +0600 Subject: [PATCH] Fix website repo API url in workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74ddde1..b417c45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,5 +161,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"}'