Skip to Content
ConnectorsGitHub Actions

GitHub Actions

Connect GitHub Actions to monitor workflow runs, view build logs, and manage CI/CD pipelines.

Overview

Auth methodOAuth 2.0 (GitHub)
Scopesrepo, workflow
MCP supportNo
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the GitHub Actions integration
  3. Authorize with your GitHub account
  4. Once authorized, workflow data becomes available to Cendriix agents

Admin setup (self-hosted)

Uses the same GitHub OAuth App as the GitHub connector. Set the redirect URL to: https://api.<your-domain>/v1/connectors/github-actions/oauth/callback

Capabilities

Once connected, Cendriix agents can:

  • Monitor workflow run status and results
  • Access build logs and artifacts
  • Reference CI/CD context when debugging pipeline failures

Security notes

  • Shares OAuth App credentials with the GitHub connector
  • The workflow scope grants read/write access to GitHub Actions workflows
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on