github_auth_status
Checks GitHub authentication status and token validity, returning the authenticated user's login when a token is configured.
Instructions
Check GitHub authentication status and token validity.
Returns whether a token is configured and (if so) the authenticated user's login name.
Returns: A dict with keys: status, data (authenticated, token_present, user).
Examples: github_auth_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||