mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 23:41:58 -06:00
Add GitHub integration service and endpoints
This commit is contained in:
@@ -20,6 +20,12 @@ from .device_enrollment import ( # noqa: F401
|
||||
EnrollmentRequest,
|
||||
ProofChallenge,
|
||||
)
|
||||
from .github import ( # noqa: F401
|
||||
GitHubRateLimit,
|
||||
GitHubRepoRef,
|
||||
GitHubTokenStatus,
|
||||
RepoHeadSnapshot,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AccessTokenClaims",
|
||||
@@ -35,5 +41,9 @@ __all__ = [
|
||||
"EnrollmentCode",
|
||||
"EnrollmentRequest",
|
||||
"ProofChallenge",
|
||||
"GitHubRateLimit",
|
||||
"GitHubRepoRef",
|
||||
"GitHubTokenStatus",
|
||||
"RepoHeadSnapshot",
|
||||
"sanitize_service_context",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user