actions_slash_download_workflow_run_logs

Function actions_slash_download_workflow_run_logs 

Source
pub async fn actions_slash_download_workflow_run_logs(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    run_id: i32,
) -> Result<(), Error<ActionsSlashDownloadWorkflowRunLogsError>>
Expand description

Gets a redirect URL to download an archive of log files for a workflow run. This link expires after 1 minute. Look for Location: in the response header to find the URL for the download. Anyone with read access to the repository can use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.