Skip to content

Commit 038f9a8

Browse files
Reloader Enterprise (#707)
* Reloader Enterprise * Update reloader-enterprise.yml --------- Co-authored-by: Karl Johan Grahn <[email protected]>
1 parent 6b02646 commit 038f9a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dispatch Event Reloader Enterprise
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
dispatch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger target repository workflow
13+
run: |
14+
curl -X POST \
15+
-H "Accept: application/vnd.github.v3+json" \
16+
-H "Authorization: token ${{ secrets.STAKATER_AB_TOKEN_FOR_RLDR }}" \
17+
https://api.github.com/repos/stakater-ab/reloader-enterprise/dispatches \
18+
-d '{"event_type":"trigger-event"}'

0 commit comments

Comments
 (0)