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
Removed githubActor setting. It was kind of pointless, since the GitHub API doesn't actually verify username, only token. The username _ is now used for all API operations.
Added fallbacks for scmInfo and homepage when githubRepository and githubOwner are left unspecified.
Exposed TokenSource resolution via the GitHubPackagesPlugin.resolveTokenSource function. Before this, the only way to get access to this functionality was to call inferredGitHubCredentials, cast to DirectCredentials, and then invoke passwd on the result, which was unpleasant to say the least.