feat: support marking a github app as a public token generator

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-12-11 09:33:46 +01:00
parent 08d56dd72d
commit f2b7585824
4 changed files with 379 additions and 0 deletions
+4
View File
@@ -330,6 +330,10 @@ export interface Config {
* https://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples
*/
allowedInstallationOwners?: string[];
/**
* If true, then an installation token will be issued for access when no other token is available.
*/
publicAccess?: boolean;
}>;
}>;