Content
Create a GitHub integration
Checks that the repository can be read (a personal access token is required for private repositories), connects it, and enables changelog generation for it; blog post and X post outputs start disabled. A webhook secret is generated on creation. Copy the payload URL and secret from the dashboard to receive push and release events.
post/v1/integrations/github
Request body
Example request
{
"owner": "usenotra",
"repo": "notra",
"branch": "main",
"token": "github_pat_11ABCDEFG..."
}Response
GitHub integration created successfully