We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b02646 commit 038f9a8Copy full SHA for 038f9a8
.github/workflows/reloader-enterprise.yml
@@ -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