Skip to content

Commit 46c5d27

Browse files
author
markzegarelli
authored
Merge pull request #8 from segmentio/repo-sync
repo sync
2 parents 4a853a8 + 6ae2b6e commit 46c5d27

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)