Function repos_slash_create_deployment_status

Source
pub async fn repos_slash_create_deployment_status(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    deployment_id: i32,
    repos_create_deployment_status_request: ReposCreateDeploymentStatusRequest,
) -> Result<DeploymentStatus, Error<ReposSlashCreateDeploymentStatusError>>
Expand description

Users with push access can create deployment statuses for a given deployment. OAuth app tokens and personal access tokens (classic) need the repo_deployment scope to use this endpoint.