What
Fix OAuth app workflow scope rejection when pushing to GitHub.
Why
Personal access tokens need the workflow scope to modify GitHub Actions files.
How
Install Git Credential Manager Core:
# macOS
brew install git-credential-manager
# Or with gh CLI
gh auth switch
This authenticates with proper scopes automatically.