We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaee7a commit e56b1b8Copy full SHA for e56b1b8
1 file changed
.github/workflows/repo-sync.yml
@@ -24,11 +24,11 @@ jobs:
24
uses: actions/checkout@v2
25
26
- name: Sync repo to branch
27
- uses: repo-sync/github-sync@v2.1.0
+ uses: repo-sync/github-sync@v2
28
env:
29
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
30
with:
31
- source_repo: ${{ secrets.SOURCE_REPO }}
+ source_repo: ${{ secrets.SOURCE_REPO }} # https://${access_token}@github.com/github/the-other-repo.git
32
source_branch: main
33
destination_branch: repo-sync
34
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
0 commit comments