Skip to content

Commit 7e01a42

Browse files
committed
Use releasebot token for PR creation in regenerate-cli-help-messages
Instead of using the default GITHUB_TOKEN, use the releasebot token to ensure workflows run on pull requests created by these PRs. Docs: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow?utm_source=chatgpt.com#triggering-a-workflow-from-a-workflow
1 parent b269367 commit 7e01a42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/regenerate-cli-help-messages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
title: "Update help messages of CLI commands"
3737
body: "Automatically regenerated help messages for CLI command docs."
3838
delete-branch: true
39+
token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)