GitHub Integration


Last updated


Last updated
//Example POST body to localhost:1234/hooks
{
"projectId": "test",
"hooks": [
{
"hookId": "1",
"url": "http://localhost:3005",
"hookType": "GITHUB_STATUS_HOOK",
"githubAuthType": "token",
"githubToken": "token",
"githubContext": "context",
"githubAppPrivateKey": "key",
"githubAppId": "id",
"githubAppInstallationId": "installId"
}
]
}