Skip to content

Commit 699b68f

Browse files
committed
Use better typing for github schema value
1 parent 3b1b47a commit 699b68f

File tree

1 file changed

+1
-1
lines changed
  • packages/utils/plugins-helpers/src

1 file changed

+1
-1
lines changed

packages/utils/plugins-helpers/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export namespace Types {
184184
}
185185

186186
export interface GitHubSchemaOptions {
187-
[githubProtocol: string]: { token: string };
187+
[githubProtocol: string]: { token: `github:${string}` };
188188
}
189189

190190
export type SchemaGlobPath = string;

0 commit comments

Comments
 (0)