Updating GH token for gen doc and update ds version actions#815
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
EricGustin
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix CI checks on auto-generated PRs and add team reviewer assignment
Switch generate-toolkit-docs and update-design-system-dependency workflows from GITHUB_TOKEN to DOCS_PUBLISHABLE_GH_TOKEN when creating PRs. PRs created by GITHUB_TOKEN don't trigger further workflow events, which caused the test and validate_schemas checks to hang indefinitely as "waiting for status to be reported."
Add a best-effort Request team review step to both workflows that assigns ArcadeAI/engineering-tools-and-dx as reviewer. Uses continue-on-error: true so a permission failure never blocks PR creation.
Note
Low Risk
Workflow-only changes that adjust PR creation credentials and add a non-blocking reviewer assignment step; low blast radius aside from requiring the new secret to be present/permissioned.
Overview
Automation workflows that open PRs now authenticate with
DOCS_PUBLISHABLE_GH_TOKEN(instead ofGITHUB_TOKEN) when runningpeter-evans/create-pull-request, to ensure downstream CI checks run on the generated PRs.Both workflows also add a best-effort
gh pr edit --add-reviewer ArcadeAI/engineering-tools-and-dxstep (guarded on a created PR number andcontinue-on-error) to automatically request team review on the generated PRs.Written by Cursor Bugbot for commit 08bdf91. This will update automatically on new commits. Configure here.