Skip to content

Commit f9b95bb

Browse files
committed
2 parents 7406408 + 86fea5c commit f9b95bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Dispatch an abs-windows event
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
abs-windows-dispatch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Send a remote repository dispatch event
13+
uses: peter-evans/repository-dispatch@v3
14+
with:
15+
token: ${{ secrets.ABS_WINDOWS_PAT }}
16+
repository: mikiher/audiobookshelf-windows
17+
event-type: build-windows

0 commit comments

Comments
 (0)