Skip to content

Commit 85793d6

Browse files
author
markzegarelli
authored
Update repo-sync.yml
1 parent 4e1e4a5 commit 85793d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/repo-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
1314
- uses: repo-sync/github-sync@v2
1415
name: Sync repo to branch
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
1518
with:
1619
source_repo: ${{ secrets.SOURCE_REPO }}
1720
source_branch: master
1821
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
1922
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
2024
- uses: repo-sync/pull-request@v2
2125
name: Create pull request
2226
env:

0 commit comments

Comments
 (0)