set externalRepoAuth

This commit is contained in:
Robert 2021-02-17 10:04:02 +00:00 committed by Andrew Eisenberg
parent f84e342ff3
commit a2653534db
3 changed files with 3 additions and 1 deletions

1
lib/runner.js generated
View file

@ -107,6 +107,7 @@ program
const auth = await util_1.getGitHubAuth(logger, cmd.githubAuth, cmd.githubAuthStdin);
const apiDetails = {
auth,
externalRepoAuth: auth,
url: util_1.parseGithubUrl(cmd.githubUrl),
};
const gitHubVersion = await util_1.getGitHubVersion(apiDetails);

File diff suppressed because one or more lines are too long