v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2023-11-288093493.9 MB
dependabot

Get an organization public key

Gets your public key, which you need to encrypt secrets. You need to encrypt a secret before you can create or update secrets. 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/orgs/{org}/dependabot/secrets/public-key

Path parameters

orgstring required

The organization name. The name is not case sensitive.

Response

Response

key_idstring required

The identifier for the key.

keystring required

The Base64 encoded public key.

Example response

{
  "key_id": "1234567",
  "key": "hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs="
}