mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-04 10:20:30 +00:00
* Reloader Enterprise * Update reloader-enterprise.yml --------- Co-authored-by: Karl Johan Grahn <6355577+karl-johan-grahn@users.noreply.github.com>
19 lines
495 B
YAML
19 lines
495 B
YAML
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"}'
|