Github API - Test Config

GET /orgs/{org}/codespaces/secrets/public-key
orgs
codespaces

Gets a public key for an organization, which is required in order to encrypt secrets. You need to encrypt the value of 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.
Get an organization public key

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json codespaces-public-key

codespaces-public-key [object]

The public key used for setting Codespaces secrets.

Attributes
created_at string

id integer

key string

The Base64 encoded public key.

key_id string

The identifier for the key.

title string

url string

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