Skip to content

Commit

Permalink
Reloader Enterprise (#707)
Browse files Browse the repository at this point in the history
* Reloader Enterprise

* Update reloader-enterprise.yml

---------

Co-authored-by: Karl Johan Grahn <[email protected]>
  • Loading branch information
AsfaMumtaz and karl-johan-grahn authored Jul 29, 2024
1 parent 6b02646 commit 038f9a8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/reloader-enterprise.yml
Original file line number Diff line number Diff line change
@@ -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"}'

0 comments on commit 038f9a8

Please sign in to comment.