[BRE-1670] replace PAT tokens with app token#7434
Conversation
|
Fixed Issues (3)Great job! The following issues were fixed in this Pull Request
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7434 +/- ##
=======================================
Coverage 58.75% 58.75%
=======================================
Files 2071 2071
Lines 91252 91252
Branches 8130 8130
=======================================
Hits 53611 53611
Misses 35726 35726
Partials 1915 1915 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@claude review this |
|
Claude finished @AmyLGalles's task in 1m 45s —— View job Code Review: BRE-1670 Replace PAT tokens with app token
Overall this is a clean and well-structured PR. The migration from PAT to GitHub App tokens follows a good pattern. A few observations:
|
|





🎟️ Tracking
BRE-1670
📔 Objective
Updating github workflows that use PAT to use bot token or GITHUB_TOKEN instead.
In some cases, the PAT token was being used for simple repo actions that didn't require further authentication, such as reading from or cloning a public repository.
For signing commits to other repos, actions/checkout native signing is available
📸 Screenshots