Skip to content

Missing download token and SHA from /orgs/ORG/actions/runners/downloads  #1861

@lupine86

Description

@lupine86

When calling the latest API for /orgs/ORG/actions/runners/downloads the response includes a download token and SHA. The response structure for ListRunnerApplicationDownloads should be updated to include these items:

type RunnerApplicationDownload struct {
	OS                *string `json:"os,omitempty"`
	Architecture      *string `json:"architecture,omitempty"`
	DownloadURL       *string `json:"download_url,omitempty"`
	Filename          *string `json:"filename,omitempty"`
	TempDownloadToken *string `json:"temp_download_token,omitempty"`
	Sha256Checksum    *string `json:"sha256_checksum,omitempty"`
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions