chore: api-report update

Signed-off-by: Marco Crivellaro <marco.crive@gmail.com>
This commit is contained in:
Marco Crivellaro
2022-06-22 14:44:03 +01:00
parent 4345479092
commit b15904a367
+4
View File
@@ -195,6 +195,10 @@ export function createGithubRepoCreateAction(options: {
team: string;
access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
}
| {
username: string;
access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
}
)[]
| undefined;
token?: string | undefined;