Remove website update from build.yml

This commit is contained in:
scb261 2025-03-09 13:43:06 +02:00 committed by GitHub
parent 0c55ef27fb
commit 7768c878c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}'