1
0
mirror of synced 2025-12-30 03:01:36 -05:00

use DOCS_BOT_PAT_WORKFLOW_READORG to merge PR (#41303)

This commit is contained in:
Robert Sese
2023-08-23 18:02:47 -05:00
committed by GitHub
parent 21ae9791f6
commit d4c52ba465

View File

@@ -106,7 +106,7 @@ jobs:
# Actions can't merge the PR so back to docs-bot to merge the PR
unset GITHUB_TOKEN
gh auth login --with-token <<< "${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}"
gh auth login --with-token <<< "${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}"
gh pr merge --auto --delete-branch
- name: Send Slack notification if workflow fails