New secret

This commit is contained in:
Jason2866 2021-11-26 11:20:28 +01:00 committed by GitHub
parent 52c4d2a1f7
commit 3fc966511a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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_TOKEN_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_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_TOKEN_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_ACTIONS_GITHUB }}
with: with:
source_file: 'trigger.txt' source_file: 'trigger.txt'
destination_repo: 'arendst/tmp_copy' destination_repo: 'arendst/tmp_copy'