From f0b583940826e247ae4e91838c1be01f1bb91853 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 22 May 2023 15:28:21 +0200 Subject: [PATCH] Start needed not refactored GH workflows --- .github/workflows/Tasmota_build_devel.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 18ffa8f5c..2a63f2829 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -247,3 +247,9 @@ jobs: -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.API_TOKEN_GITHUB }} \ --data '{"ref": "main"}' + - name: Dispatch workflow in arendst/Tasmota-firmware Part2 # Needed until complete refactoring is done + run: | + curl -X POST https://api.github.com/repos/arendst/Tasmota-firmware/actions/workflows/copy_development_firmware.yml/dispatches \ + -H 'Accept: application/vnd.github.everest-preview+json' \ + -u ${{ secrets.API_TOKEN_GITHUB }} \ + --data '{"ref": "action-development"}'