Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09eca3a

Browse files
authored
Change GitHub token in auto-add-ready-for-doc-review.yml (#58470)
1 parent b1c872e commit 09eca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-add-ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Add ready-for-doc-review label
4949
if: steps.membership_check.outputs.result == 'false'
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
5252
PR_URL: ${{ github.event.pull_request.html_url }}
5353
run: |
5454
gh pr edit $PR_URL --add-label ready-for-doc-review

0 commit comments

Comments
 (0)