Skip to main content

selected_repos_for_org_secret

Overview

Nameselected_repos_for_org_secret
TypeResource
Idgithub.dependabot.selected_repos_for_org_secret

Fields

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

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 dependabot_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 dependabot_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 dependabot_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 dependabot_secrets organization permission to use this endpoint.