Change GitHub token in auto-add-ready-for-doc-review.yml (#58470)
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Add ready-for-doc-review label
|
- name: Add ready-for-doc-review label
|
||||||
if: steps.membership_check.outputs.result == 'false'
|
if: steps.membership_check.outputs.result == 'false'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
|
||||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||||
run: |
|
run: |
|
||||||
gh pr edit $PR_URL --add-label ready-for-doc-review
|
gh pr edit $PR_URL --add-label ready-for-doc-review
|
||||||
|
|||||||
Reference in New Issue
Block a user