MCPcopy Create free account
hub / github.com/pollinations/pollinations / get_github_token

Function get_github_token

apps/polly/src/services/github_auth.py:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80async def get_github_token() -> str | None:
81 if github_app_auth:
82 return await github_app_auth.get_token()
83 return None

Callers

nothing calls this directly

Calls 1

get_tokenMethod · 0.80

Tested by

no test coverage detected