pub const GITHUB_SSH_UPLOAD_SCOPES: &str = "read:user gist write:ssh_signing_key";Expand description
GitHub OAuth scopes required for SSH signing key operations.
Includes:
read:user: Get user profile informationgist: Create and manage Gists for proof publishingwrite:ssh_signing_key: Upload SSH signing keys to GitHub account