Skip to content

Commit

Permalink
Merge pull request #2791 from mikiher/abs-windows-dispatch
Browse files Browse the repository at this point in the history
Workflow to dispatch an ABS windows event on server release
  • Loading branch information
advplyr authored Mar 27, 2024
2 parents fc26b7a + 33e4b51 commit 86fea5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/notify-abs-windows.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 86fea5c

Please sign in to comment.