Skip to content

Commit e56b1b8

Browse files
authored
use latest repo-sync/github-sync (#15798)
* use latest repo-sync/github-sync * Update repo-sync.yml
1 parent caaee7a commit e56b1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
uses: actions/checkout@v2
2525

2626
- name: Sync repo to branch
27-
uses: repo-sync/github-sync@v2.1.0
27+
uses: repo-sync/github-sync@v2
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
3030
with:
31-
source_repo: ${{ secrets.SOURCE_REPO }}
31+
source_repo: ${{ secrets.SOURCE_REPO }} # https://${access_token}@github.com/github/the-other-repo.git
3232
source_branch: main
3333
destination_branch: repo-sync
3434
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}

0 commit comments

Comments
 (0)