You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow crossgen --regenerate-token to authenticate with GitHub again and generate a new token.
Motivation
If you delete the token from the GitHub UI but it's still cached on your system then crossgen will keep using that invalid token. Right now you have to hunt down the token and delete it to get crossgen to re-auth with GitHub.
Unresolved questions
Maybe it's possible to be smarter and check to see if the token exists over the GitHub API but I haven't looked into that
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feature Request
Summary
Allow
crossgen --regenerate-token
to authenticate with GitHub again and generate a new token.Motivation
If you delete the token from the GitHub UI but it's still cached on your system then crossgen will keep using that invalid token. Right now you have to hunt down the token and delete it to get crossgen to re-auth with GitHub.
Unresolved questions
Maybe it's possible to be smarter and check to see if the token exists over the GitHub API but I haven't looked into that
The text was updated successfully, but these errors were encountered: