Secretのリスト

Updated 2 years ago by Admin

リポジトリシークレットリストを返します。このAPIには、リポジトリへの書き込みアクセスが必要であることに注意してください。

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

レスポンス本文の例:

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?