fix(ci): use GITHUB_TOKEN instead of UPSTREAM_TOKEN for target repo authentication
This commit is contained in:
parent
c76fd73abe
commit
6f2e31a764
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-upstream.yml
vendored
2
.github/workflows/sync-upstream.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
upstream_sync_repo: alexta69/metube
|
||||
upstream_sync_branch: master
|
||||
target_sync_branch: master
|
||||
target_repo_token: ${{ secrets.UPSTREAM_TOKEN }}
|
||||
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test_mode: false
|
||||
|
||||
- name: Sync check
|
||||
|
|
|
|||
Loading…
Reference in a new issue