From cd371fa67236a29ca5b564d97e23c3a2897129b1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:57:29 +0100 Subject: [PATCH] Try.... --- .github/workflows/Tasmota_build_devel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index b397d99b3..c0b4abd37 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -1363,7 +1363,7 @@ jobs: - name: Push Firmware files to tmp_copy repo uses: Jason2866/copy_file_to_another_repo_action@main env: - API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_GITHUB }} + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source_file: 'firmware' destination_repo: 'arendst/tmp_copy' @@ -1383,7 +1383,7 @@ jobs: - name: Push trigger.txt to start workflow copy in tmp repo uses: Jason2866/copy_file_to_another_repo_action@main env: - API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_GITHUB }} + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source_file: 'trigger.txt' destination_repo: 'arendst/tmp_copy'