We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a853a8 + 6ae2b6e commit 46c5d27Copy full SHA for 46c5d27
.github/workflows/repo-sync.yml
@@ -54,6 +54,6 @@ jobs:
54
if: ${{ steps.find-pull-request.outputs.number }}
55
uses: juliangruber/merge-pull-request-action@v1
56
with:
57
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
58
number: ${{ steps.find-pull-request.outputs.number }}
59
- method: merge
+ method: merge
0 commit comments