Secret List

Updated 2 years ago by Admin

Returns the repository secret list. Please note this api requires write access to the repository.

GET /api/repos/{owner}/{repo}/secrets

Example Response Body:

1  [
2 {
3 "id": 1,
4 "repo_id": 42,
5 "name": "docker_username",
6 "data": "octocat",
7 "pull_request": false
8 }
9 ]


How did we do?