CODAP-1119: use github-actions[bot] for build number commits#2396
Merged
CODAP-1119: use github-actions[bot] for build number commits#2396
Conversation
Replace former engineer personal GitHub credentials with the built-in github-actions[bot] identity. Also update actions/checkout to v4 and replace third-party push action with plain git push. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the build number increment workflow by replacing personal GitHub credentials with the official github-actions[bot] identity. The changes improve security and maintainability by eliminating the need for repository secrets and using GitHub's built-in automation bot.
Changes:
- Replace personal user credentials (
secrets.USER_EMAILandsecrets.USER_NAME) with github-actions[bot] identity for automated commits - Update
actions/checkoutfrom v3 to v4 to align with other workflows in the repository - Replace third-party
ad-m/github-push-actionwith nativegit pushcommand, simplifying the workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Address Copilot review feedback — ensure git push has write access even if the repo/org restricts default token permissions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
scytacki
approved these changes
Feb 25, 2026
Member
scytacki
left a comment
There was a problem hiding this comment.
Looks good to me.
A comment in the yaml file about where random looking email came from would be useful.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
secrets.USER_EMAIL/secrets.USER_NAME) with the built-ingithub-actions[bot]identity for build number increment commitsactions/checkoutfrom v3 to v4ad-m/github-push-actionwith plaingit pushFixes CODAP-1119
Post-merge cleanup
After merging, the
USER_EMAILandUSER_NAMErepository secrets can be removed.Test plan
github-actions[bot]Generated with Claude Code