account.example.json 173 B

123456789101112131415
  1. {
  2. "owner": "xx",
  3. "token": "xx",
  4. "repo": "xx",
  5. "secret": [
  6. {
  7. "key": "xx",
  8. "value": "xx"
  9. },
  10. {
  11. "key": "x",
  12. "value": "xx"
  13. }
  14. ]
  15. }