Description: Despite successful pushes using a personal access token, I'm having trouble with my GitHub commit contributions not showing on my profile. The commits are pushed to the main branch, but the green dots on my GitHub profile are not updating.
Steps Taken:
- Used
git push origin mainwith a personal access token. - The verified local branch is on the main branch.
- No error messages during the push.
Why do my commit contributions not reflect on my GitHub profile, and how can I fix this?