ci: use BOT_CLIENT_ID secret for the app token#573
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: review@https://litellm.jory.dev/v1 (openai)
Recommendation
Approved. This PR completes a migration of secret references to ensure consistency across the repository's CI/CD workflows.
Change-by-change findings
- .github/workflows/manual-release.yml: Updated the
client-idparameter for theactions/create-github-app-tokenstep to useBOT_CLIENT_IDinstead of the deprecatedBOT_APP_ID. This aligns the manual release workflow with the updated secret naming convention used elsewhere in the repository.
Standards Compliance
- Security: The change correctly transitions to using a more specific secret (
BOT_CLIENT_ID), which is a best practice for least-privilege access and clarity in secret management. - Consistency: This change fulfills the migration started in previous PRs (as noted in the PR description) to ensure all references to the bot's identity are consistent.
Linked Issue Fit
- The PR body indicates this is the final step in a migration started in the v1.2.2 upgrade PR. It successfully addresses the remaining reference to
BOT_APP_IDoutside of the AI-review workflow.
Unknowns or Needs Verification
- None. The change is a straightforward secret name update in a GitHub Actions workflow file.
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.
Completes the BOT_APP_ID → BOT_CLIENT_ID migration started in the v1.2.2 upgrade PR — this was the remaining reference outside the AI-review workflow.
🤖 Generated with Claude Code