Reloader Enterprise (#707)

* Reloader Enterprise

* Update reloader-enterprise.yml

---------

Co-authored-by: Karl Johan Grahn <6355577+karl-johan-grahn@users.noreply.github.com>
This commit is contained in:
AsfaMumtaz
2024-07-29 23:48:26 +05:00
committed by GitHub
parent 6b02646878
commit 038f9a8eb8

View File

@@ -0,0 +1,18 @@
name: Dispatch Event Reloader Enterprise
on:
push:
branches:
- master
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger target repository workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.STAKATER_AB_TOKEN_FOR_RLDR }}" \
https://api.github.com/repos/stakater-ab/reloader-enterprise/dispatches \
-d '{"event_type":"trigger-event"}'