only insert external repos token if supplied
This commit is contained in:
parent
b0adc415a0
commit
cb574a7d60
13 changed files with 92 additions and 23 deletions
|
|
@ -20,7 +20,7 @@ export interface GitHubApiDetails {
|
|||
}
|
||||
|
||||
export interface GitHubApiExternalRepoDetails {
|
||||
externalRepoAuth: string;
|
||||
externalRepoAuth: string | undefined;
|
||||
url: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue