Skip to main content

self_hosted_runner_group_repo_access

Overview

Nameself_hosted_runner_group_repo_access
TypeResource
Idgithub.actions.self_hosted_runner_group_repo_access

Fields

NameDatatypeDescription
idinteger
namestring
descriptionstring
forkboolean
milestones_urlstring
licenseobject
node_idstring
events_urlstring
forksinteger
topicsarray
branches_urlstring
code_of_conductobjectCode Of Conduct
visibilitystring
privateboolean
commits_urlstring
notifications_urlstring
stargazers_countinteger
watchers_countinteger
pulls_urlstring
open_issues_countinteger
urlstring
role_namestring
trees_urlstring
network_countinteger
sizeinteger
issues_urlstring
blobs_urlstring
ownerobjectSimple User
comments_urlstring
subscribers_urlstring
clone_urlstring
template_repositoryobjectA git repository
pushed_atstring
hooks_urlstring
downloads_urlstring
archive_urlstring
watchersinteger
updated_atstring
issue_comment_urlstring
has_issuesboolean
default_branchstring
forks_urlstring
statuses_urlstring
svn_urlstring
languagestring
tags_urlstring
subscribers_countinteger
homepagestring
open_issuesinteger
collaborators_urlstring
temp_clone_tokenstring
contents_urlstring
teams_urlstring
has_wikiboolean
git_commits_urlstring
releases_urlstring
forks_countinteger
subscription_urlstring
disabledboolean
has_pagesboolean
has_downloadsboolean
deployments_urlstring
assignees_urlstring
full_namestring
archivedboolean
git_tags_urlstring
git_urlstring
keys_urlstring
created_atstring
is_templateboolean
has_projectsboolean
ssh_urlstring
merges_urlstring
languages_urlstring
git_refs_urlstring
html_urlstring
delete_branch_on_mergeboolean
permissionsobject
stargazers_urlstring
mirror_urlstring
contributors_urlstring
labels_urlstring
allow_forkingboolean
compare_urlstring
issue_events_urlstring

Methods

NameAccessible byRequired ParamsDescription
list_repo_access_to_self_hosted_runner_group_in_orgSELECTorg, runner_group_idThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud and GitHub Enterprise Server. For more information, see "GitHub's products."

Lists the repositories with access to a self-hosted runner group configured in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint.
add_repo_access_to_self_hosted_runner_group_in_orgEXECorg, repository_id, runner_group_idThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."


Adds a repository to the list of selected repositories that can access a self-hosted runner group. The runner group must have visibility set to selected. For more information, see "Create a self-hosted runner group for an organization."

You must authenticate using an access token with the admin:org
scope to use this endpoint.
remove_repo_access_to_self_hosted_runner_group_in_orgEXECorg, repository_id, runner_group_idThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."


Removes a repository from the list of selected repositories that can access a self-hosted runner group. The runner group must have visibility set to selected. For more information, see "Create a self-hosted runner group for an organization."

You must authenticate using an access token with the admin:org scope to use this endpoint.
set_repo_access_to_self_hosted_runner_group_in_orgEXECorg, runner_group_id, data__selected_repository_idsThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."

Replaces the list of repositories that have access to a self-hosted runner group configured in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint.