Skip to content

Commit bff997b

Browse files
authored
Update repo-sync.yml
1 parent a79314e commit bff997b

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
@@ -17,11 +17,11 @@ jobs:
1717
source_repo: ${{ secrets.SOURCE_REPO }}
1818
source_branch: main
1919
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
20+
github_token: ${{ secrets.REPO_SYNC }}
2121
- uses: repo-sync/pull-request@v2
2222
name: Create pull request
2323
with:
2424
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
2525
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
2626
destination_branch: main
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
github_token: ${{ secrets.REPO_SYNC }}

0 commit comments

Comments
 (0)