mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 03:43:43 +01:00
ci: enable repository dispatch on release
This commit is contained in:
parent
e980e3316e
commit
a70a3b24bb
1 changed files with 11 additions and 0 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
|
@ -254,3 +254,14 @@ jobs:
|
|||
with:
|
||||
name: conveyor-ms-store-release
|
||||
path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt
|
||||
|
||||
dispatch:
|
||||
needs: release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
repository: gotson/komga-website
|
||||
event-type: komga-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue