Skip to main content

selected_repos_for_org_secret

Overview

Nameselected_repos_for_org_secret
TypeResource
Idgithub.actions.selected_repos_for_org_secret

Fields

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

Methods

NameAccessible byRequired ParamsDescription
list_selected_repos_for_org_secretSELECTorg, secret_nameLists all repositories that have been selected when the visibility for repository access to a secret is set to selected. You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.
add_selected_repo_to_org_secretINSERTorg, repository_id, secret_nameAdds a repository to an organization secret when the visibility for repository access is set to selected. The visibility is set when you Create or update an organization secret. You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.
remove_selected_repo_from_org_secretDELETEorg, repository_id, secret_nameRemoves a repository from an organization secret when the visibility for repository access is set to selected. The visibility is set when you Create or update an organization secret. You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.
set_selected_repos_for_org_secretEXECorg, secret_name, data__selected_repository_idsReplaces all repositories for an organization secret when the visibility for repository access is set to selected. The visibility is set when you Create or update an organization secret. You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.