admin:org
scope to use this endpoint. GitHub Apps must have the organization_actions_variables:read
organization permission to use this endpoint.curl --location --request GET 'https://api.github.com/orgs//actions/variables/'
{
"created_at": "2019-01-24T22:45:36.000Z",
"name": "USERNAME",
"selected_repositories_url": "https://api.github.com/organizations/org/variables/USERNAME/repositories",
"updated_at": "2019-01-24T22:45:36.000Z",
"value": "octocat",
"visibility": "all"
}