mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-03-13 10:50:38 +01:00
Update website when a new preview is released
This commit is contained in:
parent
01fc590efc
commit
233dd36930
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -153,3 +153,13 @@ 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.WEBSITE_REPO_TOKEN }}" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
https://api.github.com/repos/mihon/website/dispatches \
|
||||
-d '{"event_type":"new_app_version"}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user