mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
33e4b51aee
This reverts commit 1cf0bd0f01
.
18 lines
419 B
YAML
18 lines
419 B
YAML
name: Dispatch an abs-windows event
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
abs-windows-dispatch:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Send a remote repository dispatch event
|
|
uses: peter-evans/repository-dispatch@v3
|
|
with:
|
|
token: ${{ secrets.ABS_WINDOWS_PAT }}
|
|
repository: mikiher/audiobookshelf-windows
|
|
event-type: build-windows
|