List GitHub App Repository Branches
coolify_list_github_app_branchesList all branches of a GitHub repository accessible by a specified GitHub App, providing branch names for deployment or management.
Instructions
List branches for a repo the GitHub App can access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GitHub App id | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner/org | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |