Removed the githubCredentials from the github config because it is not needed there

This commit is contained in:
ebarrios
2021-02-15 14:57:58 +01:00
parent 18ed99c0e5
commit 09e8baf31b
@@ -16,7 +16,6 @@
import { Config } from '@backstage/config';
import { isValidHost } from '../helpers';
import { GithubCredentialsProvider } from '@backstage/integration';
const GITHUB_HOST = 'github.com';
const GITHUB_API_BASE_URL = 'https://api.github.com';
@@ -60,13 +59,6 @@ export type GitHubIntegrationConfig = {
*/
token?: string;
/**
* The credentialsProvider to use for requests to this provider.
*
* If no credentialsProvider is created, undefined is used.
*/
credentialsProvider?: GithubCredentialsProvider | undefined;
/**
* The GitHub Apps configuration to use for requests to this provider.
*