Skip to content

Conversation

@gjtorikian
Copy link
Contributor

No description provided.

@greptile-apps
Copy link

greptile-apps bot commented Jan 22, 2026

Greptile Summary

This PR corrects the GitHub Actions variable and secret names used in the automated release and version bump workflows. The changes rename WORKOS_BOT_APP_ID to SDK_BOT_APP_ID and WORKOS_BOT_PRIVATE_KEY to SDK_BOT_PRIVATE_KEY in both the release workflow and version-bump workflow. This ensures the workflows reference the correct GitHub environment secrets and variables needed for the SDK bot to create authenticated GitHub API requests.

Confidence Score: 5/5

  • This PR is safe to merge with no concerns. The changes are straightforward variable/secret name corrections that align the workflows with the correct environment configuration.
  • Score of 5 reflects that this is a minimal, low-risk change with no logic modifications, security implications, or potential side effects. The change corrects references to environment variables and secrets that are required for the workflows to function properly. No issues were found during the review.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/release.yml Updated GitHub App token generation to use correct variable and secret names (SDK_BOT_APP_ID and SDK_BOT_PRIVATE_KEY instead of WORKOS_BOT_*). This corrects the reference to the proper GitHub environment secrets for the SDK bot.
.github/workflows/version-bump.yml Updated GitHub App token generation to use correct variable and secret names (SDK_BOT_APP_ID and SDK_BOT_PRIVATE_KEY instead of WORKOS_BOT_*). This corrects the reference to the proper GitHub environment secrets for the SDK bot.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants