From d4c52ba465cabe28844e8e29fe7ddccdd46113f9 Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:02:47 -0500 Subject: [PATCH] use DOCS_BOT_PAT_WORKFLOW_READORG to merge PR (#41303) --- .github/workflows/sync-audit-logs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-audit-logs.yml b/.github/workflows/sync-audit-logs.yml index c3e11e30c2..85e6dde03f 100644 --- a/.github/workflows/sync-audit-logs.yml +++ b/.github/workflows/sync-audit-logs.yml @@ -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