Github API - Test Config

GET /orgs/{org}/dependabot/secrets/{secret_name}
dependabot
orgs

Gets a single organization secret without revealing its encrypted value. 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.
Get an organization secret

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key secret-name

secret-name [scalar]

The name of the secret.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json organization-dependabot-secret

organization-dependabot-secret [object]

Secrets for GitHub Dependabot for an organization.

Attributes
created_at string

name string

The name of the secret.

selected_repositories_url string

updated_at string

visibility string

Visibility of a secret

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)