mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix CI
This commit is contained in:
17
.github/workflows/update_repo.yml
vendored
Normal file
17
.github/workflows/update_repo.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Dispatcher
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dispatch:
|
||||||
|
name: Dispatch
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 5
|
||||||
|
steps:
|
||||||
|
- name: Dispatch to workflows
|
||||||
|
run: |
|
||||||
|
curl -H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
|
-H "Authorization: token ${{ secrets.ACTIONS_KEY }}" \
|
||||||
|
--request POST \
|
||||||
|
--data '{"event_type": "some_event", "client_payload": { "foo": "bar" }}' https://api.github.com/repos/house-of-vanity/arch_repo/dispatches
|
Reference in New Issue
Block a user