Skip to content

Commit

Permalink
use latest repo-sync/github-sync (#15798)
Browse files Browse the repository at this point in the history
* use latest repo-sync/github-sync

* Update repo-sync.yml
  • Loading branch information
zeke authored Sep 29, 2020
1 parent caaee7a commit e56b1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e56b1b8

Please sign in to comment.