chore: fill in Pixel Patty agent ID and GitHub App credentials
Replace placeholders in CONFIG.md and HEARTBEAT.md with actual values: - Agent ID: e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a - GitHub App ID: 3141264 (shared privilegedescalation-engineer) - PEM path: privilegedescalation-engineer.pem Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
| Field | Value |
|
||||
|---|---|
|
||||
| ID | `<AGENT_ID_PLACEHOLDER>` |
|
||||
| ID | `e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a` |
|
||||
| Role | `uat` |
|
||||
| Title | The Screenshot Whisperer |
|
||||
| Adapter | `opencode_local` |
|
||||
@@ -36,8 +36,8 @@
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/patty" },
|
||||
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
|
||||
"OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" },
|
||||
"GITHUB_APP_ID_PATTY": { "type": "plain", "value": "<APP_ID_PLACEHOLDER>" },
|
||||
"GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/<PEM_PLACEHOLDER>" }
|
||||
"GITHUB_APP_ID_PATTY": { "type": "plain", "value": "3141264" },
|
||||
"GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-engineer.pem" }
|
||||
},
|
||||
"model": "openrouter/minimax/minimax-m2.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user