GitHub Actions
Connect GitHub Actions to monitor workflow runs, view build logs, and manage CI/CD pipelines.
Overview
| Auth method | OAuth 2.0 (GitHub) |
| Scopes | repo, workflow |
| MCP support | No |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the GitHub Actions integration
- Authorize with your GitHub account
- 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
workflowscope grants read/write access to GitHub Actions workflows - Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on