This commit is contained in:
Jason2866 2021-11-26 14:57:29 +01:00 committed by GitHub
parent 71e4302bec
commit cd371fa672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1363,7 +1363,7 @@ jobs:
- name: Push Firmware files to tmp_copy repo - name: Push Firmware files to tmp_copy repo
uses: Jason2866/copy_file_to_another_repo_action@main uses: Jason2866/copy_file_to_another_repo_action@main
env: env:
API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with: with:
source_file: 'firmware' source_file: 'firmware'
destination_repo: 'arendst/tmp_copy' destination_repo: 'arendst/tmp_copy'
@ -1383,7 +1383,7 @@ jobs:
- name: Push trigger.txt to start workflow copy in tmp repo - name: Push trigger.txt to start workflow copy in tmp repo
uses: Jason2866/copy_file_to_another_repo_action@main uses: Jason2866/copy_file_to_another_repo_action@main
env: env:
API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with: with:
source_file: 'trigger.txt' source_file: 'trigger.txt'
destination_repo: 'arendst/tmp_copy' destination_repo: 'arendst/tmp_copy'