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

master
Daniil Zhuravlev 9 months ago committed by Koitharu
parent b667e32598
commit 35aa4d5e8f

@ -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
Loading…
Cancel
Save