Skip to content

Commit d0e166a

Browse files
author
markzegarelli
authored
Update repo-sync.yml
1 parent dc8f4d3 commit d0e166a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
if: ${{ steps.find-pull-request.outputs.number }}
5555
uses: juliangruber/merge-pull-request-action@v1
5656
with:
57-
github-token: ${{ secrets.GITHUB_TOKEN }}
57+
github-token: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
5858
number: ${{ steps.find-pull-request.outputs.number }}
59-
method: merge
59+
method: merge

0 commit comments

Comments
 (0)