ci: replace GH_PTOKEN with GITHUB_TOKEN in checkout#5083
Conversation
|
@wagmi/cli
@wagmi/connectors
@wagmi/core
create-wagmi
wagmi
@wagmi/solid
@wagmi/vue
commit: |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Size Change: -2.03 kB (-0.17%) Total Size: 1.18 MB
ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5083 +/- ##
==========================================
+ Coverage 88.86% 88.89% +0.03%
==========================================
Files 296 296
Lines 2747 2747
Branches 797 797
==========================================
+ Hits 2441 2442 +1
+ Misses 114 113 -1
Partials 192 192 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Replaces the
GH_PTOKENpersonal access token with the defaultGITHUB_TOKENin the verify workflow checkout step. The PAT was causing checkout failures when expired/missing.