pub async fn repos_slash_create_deploy_key(
configuration: &Configuration,
owner: &str,
repo: &str,
repos_create_deploy_key_request: ReposCreateDeployKeyRequest,
) -> Result<DeployKey, Error<ReposSlashCreateDeployKeyError>>
Expand description
You can create a read-only deploy key.