github-0.29: fixtures/actions/org-secrets-list.json
{
"total_count": 2,
"secrets": [
{
"name": "TEST_SECRET",
"created_at": "2022-10-31T00:08:12Z",
"updated_at": "2022-10-31T00:08:12Z",
"visibility": "all"
},
{
"name": "TEST_SELECTED",
"created_at": "2022-10-31T00:08:43Z",
"updated_at": "2022-10-31T00:08:43Z",
"visibility": "selected",
"selected_repositories_url": "https://api.github.com/orgs/kote-test-org-actions/actions/secrets/TEST_SELECTED/repositories"
}
]
}