Use PAT to allow workflow change
This commit is contained in:
parent
4da5e53982
commit
48ee17e094
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upstream_sync.yaml
vendored
2
.github/workflows/upstream_sync.yaml
vendored
|
|
@ -19,13 +19,13 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: sync/master
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Sync changes with upstream
|
||||
id: sync
|
||||
uses: aormsby/Fork-Sync-With-Upstream-action@v3.2
|
||||
with:
|
||||
target_sync_branch: sync/master
|
||||
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upstream_sync_branch: master
|
||||
upstream_sync_repo: alexta69/metube
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue