Add workflow to dispatch an abs-windows event

This commit is contained in:
mikiher 2024-03-27 13:18:02 +02:00
parent b60f62cebf
commit 8ce5a5cdbd

View File

@ -0,0 +1,17 @@
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