move credential provider to github

This commit is contained in:
João Moreno
2020-05-18 21:04:29 +02:00
parent b629dba454
commit a85a2e6044
11 changed files with 84 additions and 79 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import { RemoteSourceProvider, RemoteSource } from './typings/git';
import { getOctokit } from './octokit';
import { getOctokit } from './auth';
import { Octokit } from '@octokit/rest';
function asRemoteSource(raw: any): RemoteSource {