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
The internal/github module currently authenticates its requests to the GitHub API using a query parameter. That authentication method is being deprecated, and will stop working in not too long. Instead, the personal access token needs to be presented using HTTP Authentication (which is luckily also supported by curl).