From 7768c878c0ab286961eeb5990cc9fb240a46af0c Mon Sep 17 00:00:00 2001 From: scb261 <65343233+scb261@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:43:06 +0200 Subject: [PATCH] Remove website update from build.yml --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de06f78..9fabc13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,13 +153,3 @@ jobs: with: keep_latest: 28 delete_tags: true - - - name: Update website - run: | - curl -L \ - -X POST \ - -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/mihonapp/website/dispatches \ - -d '{"event_type":"app_release"}'