export class GithubCliReader {
static GetGitHubAuthToken() {
// TODO Get from git auth status -t
return '';
}