Payload
{
"action": "completed",
"workflow_run": {
"id": 27286341197,
"name": "Rust CI",
"node_id": "WFR_kwLORZXrx88AAAAGWmSGTQ",
"head_branch": "refactor/arch-review-deepening",
"head_sha": "ec388f772062872a5b29e79e2e7c8bb94fa0acb1",
"path": ".github/workflows/rust.yml",
"display_title": "refactor: deepen seams from the 2026-06-09 architecture review",
"run_number": 141,
"event": "pull_request",
"status": "completed",
"conclusion": "failure",
"workflow_id": 253416860,
"check_suite_id": 73345038768,
"check_suite_node_id": "CS_kwDORZXrx88AAAARE7R5sA",
"url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197",
"html_url": "https://github.com/darkmatter/himitsu/actions/runs/27286341197",
"pull_requests": [
{
"url": "https://api.github.com/repos/darkmatter/himitsu/pulls/20",
"id": 3840584652,
"number": 20,
"head": {
"ref": "refactor/arch-review-deepening",
"sha": "ec388f772062872a5b29e79e2e7c8bb94fa0acb1",
"repo": {
"id": 1167453127,
"url": "https://api.github.com/repos/darkmatter/himitsu",
"name": "himitsu"
}
},
"base": {
"ref": "main",
"sha": "ba602f44c2f7f65dc175a32d59e0317986c8d73f",
"repo": {
"id": 1167453127,
"url": "https://api.github.com/repos/darkmatter/himitsu",
"name": "himitsu"
}
}
}
],
"created_at": "2026-06-10T15:15:57Z",
"updated_at": "2026-06-10T15:16:37Z",
"actor": {
"login": "czxtm",
"id": 1325802,
"node_id": "MDQ6VXNlcjEzMjU4MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/czxtm",
"html_url": "https://github.com/czxtm",
"followers_url": "https://api.github.com/users/czxtm/followers",
"following_url": "https://api.github.com/users/czxtm/following{/other_user}",
"gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
"organizations_url": "https://api.github.com/users/czxtm/orgs",
"repos_url": "https://api.github.com/users/czxtm/repos",
"events_url": "https://api.github.com/users/czxtm/events{/privacy}",
"received_events_url": "https://api.github.com/users/czxtm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"run_attempt": 1,
"referenced_workflows": [],
"run_started_at": "2026-06-10T15:15:57Z",
"triggering_actor": {
"login": "czxtm",
"id": 1325802,
"node_id": "MDQ6VXNlcjEzMjU4MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/czxtm",
"html_url": "https://github.com/czxtm",
"followers_url": "https://api.github.com/users/czxtm/followers",
"following_url": "https://api.github.com/users/czxtm/following{/other_user}",
"gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
"organizations_url": "https://api.github.com/users/czxtm/orgs",
"repos_url": "https://api.github.com/users/czxtm/repos",
"events_url": "https://api.github.com/users/czxtm/events{/privacy}",
"received_events_url": "https://api.github.com/users/czxtm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"jobs_url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197/jobs",
"logs_url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197/logs",
"check_suite_url": "https://api.github.com/repos/darkmatter/himitsu/check-suites/73345038768",
"artifacts_url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197/artifacts",
"cancel_url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197/cancel",
"rerun_url": "https://api.github.com/repos/darkmatter/himitsu/actions/runs/27286341197/rerun",
"previous_attempt_url": null,
"workflow_url": "https://api.github.com/repos/darkmatter/himitsu/actions/workflows/253416860",
"head_commit": {
"id": "ec388f772062872a5b29e79e2e7c8bb94fa0acb1",
"tree_id": "a8821f00b48f5e0d1e64313edfbf0f1e4687a2c8",
"message": "refactor: deepen seams from architecture review\n\nLand the 2026-06-09 review (hm-x9r, hm-i9k, hm-y36, hm-x7z, hm-cpc,\nhm-dwr, hm-a16):\n\n- Context owns project-config resolution (ctx.project_config(),\n memoized) — fixes five sites that ignored --project (generate,\n codegen x2, export, check, TUI health)\n- OutputResolver: one decrypt-once scan behind open(); tri-state\n env_map makes exec's label path a one-liner; generate/codegen stop\n decrypting the store twice\n- exec accepts multiple refs (union; conflicting values hard-error)\n- ADR-0001: keep last-wins collapse in file generators; codegen gains\n generate's duplicate-key warning\n- StoreOps owns the mutation chain (commit/push/completions refresh)\n for both the CLI dispatcher and TUI cores — TUI delete/rekey no\n longer leave the store dirty; join no longer prints into ratatui\n- KeyRegistry: exhaustive-match rows derive dispatch, live help, and\n palette shortcuts; envs config key renamed outputs (serde alias)\n- PathFolding/ResultSort/StoreHealth graduate out of the search view\n as terminal-free modules\n\nAlso fixes: completions cache missed same-second deletions (mtime\nfingerprint now nanos + entry count); Ctrl+Space chords could not\nroundtrip the config format; viewer rekey targeted the ambient store\ninstead of the secret's own.\n\nGates: 691 lib + 155 integration tests, clippy clean.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"timestamp": "2026-06-10T15:15:10Z",
"author": {
"name": "Cooper Maruyama",
"email": "demo@himitsu.dev"
},
"committer": {
"name": "Cooper Maruyama",
"email": "demo@himitsu.dev"
}
},
"repository": {
"id": 1167453127,
"node_id": "R_kgDORZXrxw",
"name": "himitsu",
"full_name": "darkmatter/himitsu",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/himitsu",
"description": "Age-based secrets with cross-repo sharing, recipient groups, and typed codegen",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/himitsu",
"forks_url": "https://api.github.com/repos/darkmatter/himitsu/forks",
"keys_url": "https://api.github.com/repos/darkmatter/himitsu/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/himitsu/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/himitsu/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/himitsu/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/himitsu/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/himitsu/events",
"assignees_url": "https://api.github.com/repos/darkmatter/himitsu/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/himitsu/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/himitsu/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/himitsu/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/himitsu/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/himitsu/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/himitsu/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/himitsu/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/himitsu/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/himitsu/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/himitsu/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/himitsu/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/himitsu/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/himitsu/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/himitsu/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/himitsu/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/himitsu/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/himitsu/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/himitsu/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/himitsu/merges",
"archive_url": "https://api.github.com/repos/darkmatter/himitsu/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/himitsu/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/himitsu/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/himitsu/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/himitsu/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/himitsu/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/himitsu/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/himitsu/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/himitsu/deployments"
},
"head_repository": {
"id": 1167453127,
"node_id": "R_kgDORZXrxw",
"name": "himitsu",
"full_name": "darkmatter/himitsu",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/himitsu",
"description": "Age-based secrets with cross-repo sharing, recipient groups, and typed codegen",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/himitsu",
"forks_url": "https://api.github.com/repos/darkmatter/himitsu/forks",
"keys_url": "https://api.github.com/repos/darkmatter/himitsu/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/himitsu/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/himitsu/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/himitsu/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/himitsu/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/himitsu/events",
"assignees_url": "https://api.github.com/repos/darkmatter/himitsu/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/himitsu/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/himitsu/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/himitsu/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/himitsu/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/himitsu/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/himitsu/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/himitsu/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/himitsu/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/himitsu/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/himitsu/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/himitsu/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/himitsu/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/himitsu/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/himitsu/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/himitsu/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/himitsu/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/himitsu/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/himitsu/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/himitsu/merges",
"archive_url": "https://api.github.com/repos/darkmatter/himitsu/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/himitsu/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/himitsu/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/himitsu/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/himitsu/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/himitsu/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/himitsu/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/himitsu/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/himitsu/deployments"
}
},
"workflow": {
"id": 253416860,
"node_id": "W_kwDORZXrx84PGtWc",
"name": "Rust CI",
"path": ".github/workflows/rust.yml",
"state": "active",
"created_at": "2026-03-29T16:18:25.000Z",
"updated_at": "2026-03-29T16:18:25.000Z",
"url": "https://api.github.com/repos/darkmatter/himitsu/actions/workflows/253416860",
"html_url": "https://github.com/darkmatter/himitsu/blob/main/.github/workflows/rust.yml",
"badge_url": "https://github.com/darkmatter/himitsu/workflows/Rust%20CI/badge.svg"
},
"repository": {
"id": 1167453127,
"node_id": "R_kgDORZXrxw",
"name": "himitsu",
"full_name": "darkmatter/himitsu",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/himitsu",
"description": "Age-based secrets with cross-repo sharing, recipient groups, and typed codegen",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/himitsu",
"forks_url": "https://api.github.com/repos/darkmatter/himitsu/forks",
"keys_url": "https://api.github.com/repos/darkmatter/himitsu/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/himitsu/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/himitsu/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/himitsu/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/himitsu/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/himitsu/events",
"assignees_url": "https://api.github.com/repos/darkmatter/himitsu/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/himitsu/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/himitsu/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/himitsu/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/himitsu/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/himitsu/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/himitsu/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/himitsu/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/himitsu/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/himitsu/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/himitsu/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/himitsu/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/himitsu/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/himitsu/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/himitsu/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/himitsu/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/himitsu/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/himitsu/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/himitsu/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/himitsu/merges",
"archive_url": "https://api.github.com/repos/darkmatter/himitsu/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/himitsu/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/himitsu/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/himitsu/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/himitsu/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/himitsu/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/himitsu/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/himitsu/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/himitsu/deployments",
"created_at": "2026-02-26T10:04:21Z",
"updated_at": "2026-06-09T13:22:19Z",
"pushed_at": "2026-06-10T15:15:13Z",
"git_url": "git://github.com/darkmatter/himitsu.git",
"ssh_url": "git@github.com:darkmatter/himitsu.git",
"clone_url": "https://github.com/darkmatter/himitsu.git",
"svn_url": "https://github.com/darkmatter/himitsu",
"homepage": "",
"size": 12820,
"stargazers_count": 1,
"watchers_count": 1,
"language": "Rust",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 1,
"license": null,
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 1,
"watchers": 1,
"default_branch": "main",
"custom_properties": {}
},
"organization": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"url": "https://api.github.com/orgs/darkmatter",
"repos_url": "https://api.github.com/orgs/darkmatter/repos",
"events_url": "https://api.github.com/orgs/darkmatter/events",
"hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
"issues_url": "https://api.github.com/orgs/darkmatter/issues",
"members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
"public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"description": ""
},
"enterprise": {
"id": 469843,
"slug": "darkmatter",
"name": "darkmatter",
"node_id": "E_kgDOAAcrUw",
"avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
"description": "",
"website_url": "darkmatter.io",
"html_url": "https://github.com/enterprises/darkmatter",
"created_at": "2025-09-07T16:01:00Z",
"updated_at": "2026-06-07T16:53:26Z"
},
"sender": {
"login": "czxtm",
"id": 1325802,
"node_id": "MDQ6VXNlcjEzMjU4MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/czxtm",
"html_url": "https://github.com/czxtm",
"followers_url": "https://api.github.com/users/czxtm/followers",
"following_url": "https://api.github.com/users/czxtm/following{/other_user}",
"gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
"organizations_url": "https://api.github.com/users/czxtm/orgs",
"repos_url": "https://api.github.com/users/czxtm/repos",
"events_url": "https://api.github.com/users/czxtm/events{/privacy}",
"received_events_url": "https://api.github.com/users/czxtm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}