Payload
{
"action": "edited",
"changes": {
"body": {
"from": "## Vault analytics preview deployed\n\n- Preview URL: \n- Health: /healthz\n\nProduction routing: https://vault.dm.foo (behind gateway, internal-only).\n\nBuilt from c36b504."
}
},
"issue": {
"url": "https://api.github.com/repos/darkmatter/platform/issues/25",
"repository_url": "https://api.github.com/repos/darkmatter/platform",
"labels_url": "https://api.github.com/repos/darkmatter/platform/issues/25/labels{/name}",
"comments_url": "https://api.github.com/repos/darkmatter/platform/issues/25/comments",
"events_url": "https://api.github.com/repos/darkmatter/platform/issues/25/events",
"html_url": "https://github.com/darkmatter/platform/pull/25",
"id": 4545844229,
"node_id": "PR_kwDOSKDio87ggkWN",
"number": 25,
"title": "feat(github-bot): move secrets from env vars to SOPS",
"user": {
"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
},
"labels": [],
"state": "open",
"locked": false,
"assignees": [],
"milestone": null,
"comments": 5,
"created_at": "2026-05-29T05:11:20Z",
"updated_at": "2026-05-29T05:11:57Z",
"closed_at": null,
"assignee": null,
"author_association": "MEMBER",
"issue_field_values": [],
"type": null,
"active_lock_reason": null,
"draft": false,
"pull_request": {
"url": "https://api.github.com/repos/darkmatter/platform/pulls/25",
"html_url": "https://github.com/darkmatter/platform/pull/25",
"diff_url": "https://github.com/darkmatter/platform/pull/25.diff",
"patch_url": "https://github.com/darkmatter/platform/pull/25.patch",
"merged_at": null
},
"body": "## What\n\nMoves GitHub bot secrets from runtime env vars with `?? \"\"` fallbacks to SOPS-encrypted files decrypted at deploy time via `alchemy-sops`.\n\n## Why\n\nThe bot was 502-ing on webhook events because `GITHUB_APP_PRIVATE_KEY` was empty — the `process.env.DARKMATTER_APP_PRIVATE_KEY ?? \"\"` fallback meant the JWT was invalid, causing installation token mint to fail.\n\n## Changes\n\n- Add `.sops.yaml` with org recipients (KMS, keyservice, github_actions, cm/mac/nvk/bob)\n- Add `secrets/github-bot.sops.yaml` with encrypted bot credentials from himitsu\n- Replace `process.env ?? \"\"` fallbacks in `alchemy.run.ts` with `SopsFile` from `alchemy-sops`\n- Add `alchemy-sops@^0.2.0` dependency\n\n## Deploy\n\n```bash\nSOPS_AGE_KEY=$(cat ~/.config/sops/age/keys.txt) bun alchemy deploy --yes --adopt alchemy.run.ts\n```",
"reactions": {
"url": "https://api.github.com/repos/darkmatter/platform/issues/25/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"timeline_url": "https://api.github.com/repos/darkmatter/platform/issues/25/timeline",
"performed_via_github_app": null,
"state_reason": null
},
"comment": {
"url": "https://api.github.com/repos/darkmatter/platform/issues/comments/4570858840",
"html_url": "https://github.com/darkmatter/platform/pull/25#issuecomment-4570858840",
"issue_url": "https://api.github.com/repos/darkmatter/platform/issues/25",
"id": 4570858840,
"node_id": "IC_kwDOSKDio88AAAABEHHFWA",
"user": {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"created_at": "2026-05-29T05:11:54Z",
"updated_at": "2026-05-29T05:11:57Z",
"body": "## Vault analytics preview deployed\n\n- Preview URL: https://darkmatter-vault-analytics-pr-25.drtkmttr.workers.dev\n- Health: https://darkmatter-vault-analytics-pr-25.drtkmttr.workers.dev/healthz\n\nProduction routing: https://vault.dm.foo (behind gateway, internal-only).\n\nBuilt from c36b504.",
"author_association": "NONE",
"reactions": {
"url": "https://api.github.com/repos/darkmatter/platform/issues/comments/4570858840/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"performed_via_github_app": {
"id": 15368,
"client_id": "Iv1.05c79e9ad1f6bdfa",
"slug": "github-actions",
"node_id": "MDM6QXBwMTUzNjg=",
"owner": {
"login": "github",
"id": 9919,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"name": "GitHub Actions",
"description": "Automate your workflow from idea to production",
"external_url": "https://help.github.com/en/actions",
"html_url": "https://github.com/apps/github-actions",
"created_at": "2018-07-30T09:30:17Z",
"updated_at": "2026-05-05T14:51:38Z",
"permissions": {
"actions": "write",
"administration": "read",
"artifact_metadata": "write",
"attestations": "write",
"checks": "write",
"code_quality": "write",
"contents": "write",
"copilot_requests": "write",
"deployments": "write",
"discussions": "write",
"issues": "write",
"merge_queues": "write",
"metadata": "read",
"models": "read",
"packages": "write",
"pages": "write",
"pull_requests": "write",
"repository_hooks": "write",
"repository_projects": "write",
"security_events": "write",
"statuses": "write",
"vulnerability_alerts": "read"
},
"events": [
"branch_protection_rule",
"check_run",
"check_suite",
"create",
"delete",
"deployment",
"deployment_status",
"discussion",
"discussion_comment",
"fork",
"gollum",
"issues",
"issue_comment",
"label",
"merge_group",
"milestone",
"page_build",
"public",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push",
"registry_package",
"release",
"repository",
"repository_dispatch",
"status",
"watch",
"workflow_dispatch",
"workflow_run"
]
}
},
"repository": {
"id": 1218503331,
"node_id": "R_kgDOSKDiow",
"name": "platform",
"full_name": "darkmatter/platform",
"private": true,
"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/platform",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/platform",
"forks_url": "https://api.github.com/repos/darkmatter/platform/forks",
"keys_url": "https://api.github.com/repos/darkmatter/platform/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/platform/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/platform/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/platform/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/platform/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/platform/events",
"assignees_url": "https://api.github.com/repos/darkmatter/platform/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/platform/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/platform/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/platform/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/platform/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/platform/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/platform/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/platform/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/platform/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/platform/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/platform/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/platform/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/platform/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/platform/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/platform/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/platform/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/platform/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/platform/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/platform/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/platform/merges",
"archive_url": "https://api.github.com/repos/darkmatter/platform/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/platform/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/platform/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/platform/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/platform/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/platform/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/platform/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/platform/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/platform/deployments",
"created_at": "2026-04-23T00:12:38Z",
"updated_at": "2026-05-26T15:23:33Z",
"pushed_at": "2026-05-29T05:11:11Z",
"git_url": "git://github.com/darkmatter/platform.git",
"ssh_url": "git@github.com:darkmatter/platform.git",
"clone_url": "https://github.com/darkmatter/platform.git",
"svn_url": "https://github.com/darkmatter/platform",
"homepage": null,
"size": 418,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"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": 2,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "internal",
"forks": 0,
"open_issues": 2,
"watchers": 0,
"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-05-09T15:34:55Z"
},
"sender": {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}