diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index cb2e2570e0..6c5d696db4 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -24,11 +24,11 @@ jobs: uses: actions/checkout@v2 - name: Sync repo to branch - uses: repo-sync/github-sync@v2.1.0 + uses: repo-sync/github-sync@v2 env: GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }} with: - source_repo: ${{ secrets.SOURCE_REPO }} + source_repo: ${{ secrets.SOURCE_REPO }} # https://${access_token}@github.com/github/the-other-repo.git source_branch: main destination_branch: repo-sync github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}