audiobookshelf/.github/workflows/notify-abs-windows.yml
kyle-in-the-cloud 7b1a7ce04e reverted
2026-06-07 21:50:29 -07:00

17 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