updated scaffolder config.d to avoid config failure

This commit is contained in:
keshan
2020-12-15 11:27:14 +05:30
parent 94c65a9d44
commit f3b60114e7
+1 -2
View File
@@ -18,8 +18,7 @@ export interface Config {
/** Configuration options for the scaffolder plugin */
scaffolder?: {
github?: {
token: string;
visibility: 'public' | 'internal' | 'private';
[key: string]: string;
};
gitlab?: {
api: { [key: string]: string };