admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.
External DocumentationTo learn more, visit the GitHub documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.
| Parameter | Description |
|---|---|
| Org | The organization name. The name is not case sensitive. |
| Page | Page number of the results to fetch. |
| Per Page | The number of results per page (max 100). |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"value": {
"secrets": [
{
"created_at": "2019-08-10T14:59:22Z",
"name": "GIST_ID",
"updated_at": "2020-01-10T14:59:22Z",
"visibility": "private"
},
{
"created_at": "2019-08-10T14:59:22Z",
"name": "DEPLOY_TOKEN",
"updated_at": "2020-01-10T14:59:22Z",
"visibility": "all"
},
{
"created_at": "2019-08-10T14:59:22Z",
"name": "GH_TOKEN",
"selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories",
"updated_at": "2020-01-10T14:59:22Z",
"visibility": "selected"
}
],
"total_count": 3
}
}
Was this page helpful?