mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Try to dispatch workflow run in other repo
This commit is contained in:
parent
a39d1eee0e
commit
749f55283b
6
.github/workflows/Tasmota_build_devel.yml
vendored
6
.github/workflows/Tasmota_build_devel.yml
vendored
@ -324,3 +324,9 @@ jobs:
|
||||
destination_branch: 'action-development'
|
||||
user_email: 'github-actions@github.com'
|
||||
user_name: 'github-actions'
|
||||
- name: Dispatch worflow in Jason2866/Tasmota-firmware
|
||||
run: |
|
||||
curl -X POST https://api.github.com/repos/Jason2866/Tasmota-firmware/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.API_TOKEN_GITHUB }} \
|
||||
--data '{"event_type": "Trigger Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user