From 48ee17e0943bc89eadb99641637bc54352e1db7c Mon Sep 17 00:00:00 2001 From: jsondoe9 <79407641+jsondoe9@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:53:51 +0100 Subject: [PATCH] Use PAT to allow workflow change --- .github/workflows/upstream_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream_sync.yaml b/.github/workflows/upstream_sync.yaml index 4a84c00..7bf03aa 100644 --- a/.github/workflows/upstream_sync.yaml +++ b/.github/workflows/upstream_sync.yaml @@ -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