Skip to main content

GitHub

Integrate Collabase automations with GitHub repositories — create and update issues, comment on pull requests, trigger CI/CD workflows, create releases, and react to push and release events.

Authentication

Auth type: Personal Access Token Generate a token at github.com/settings/tokens. Grant repo scope for private repositories, public_repo for public only.

Triggers

Configure a webhook in your GitHub repository under Settings → Webhooks, pointing to your Collabase webhook endpoint, to enable triggers.

Actions

Trigger Workflow dispatches a workflow_dispatch event. The target workflow file must have on: workflow_dispatch in its triggers.
Last modified on April 2, 2026