ci: add a site update trigger when the application is released

This commit is contained in:
Daniil Zhuravlev
2025-07-18 17:38:27 +04:00
committed by Koitharu
parent b667e32598
commit 35aa4d5e8f

View File

@@ -0,0 +1,16 @@
name: Trigger Site Update
on:
release:
types: [published]
jobs:
trigger-site:
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch to site-repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SITE_REPO_TOKEN }}
repository: KotatsuApp/website
event-type: app-release