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 1d93a54 + d4c52ba commit e01a5dcCopy full SHA for e01a5dc
.github/workflows/sync-audit-logs.yml
@@ -106,7 +106,7 @@ jobs:
106
107
# Actions can't merge the PR so back to docs-bot to merge the PR
108
unset GITHUB_TOKEN
109
- gh auth login --with-token <<< "${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}"
+ gh auth login --with-token <<< "${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}"
110
gh pr merge --auto --delete-branch
111
112
- name: Send Slack notification if workflow fails
0 commit comments