From e56b1b8d294905cd191767dea88fb3e5fcf360a4 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 29 Sep 2020 14:01:37 -0700 Subject: [PATCH] use latest repo-sync/github-sync (#15798) * use latest repo-sync/github-sync * Update repo-sync.yml --- .github/workflows/repo-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}