All articles
Getting Started
What is CICDoo "Getting started: the onboarding wizard" The Dashboard and Infrastructure MapConcepts
Production, staging and development stages Domains, subdomains and SSL Odoo versions and editions (Community vs Enterprise) Workspaces and team collaborationServers
Adding a server Server domains and DNS Using a load balancer "Server actions: deploy, logs and charts"Projects & Git
Creating a project Connecting GitHub Connecting GitLab Branches and instancesInstances & Console
Creating an instance Restarting, stopping and removing an instance Merging branches between stages Web IDE and remote access Instance settings explained Deployments and the job queueMonitoring & Backups
Monitoring your instance Backups and restore Alert notifications (email and SMS)Workspaces & Permissions
Inviting workspace members Member permissions and resource access A member cannot see or use a resourceAccount & Security
Two-factor authentication (2FA) Profile and integrations settings Passwords and account recoveryBilling & Plans
"Plans: Free, Pro and Enterprise" Upgrading and managing your subscription What happens when you hit a plan limitSupport & Tickets
Opening a support ticket Getting help from the CICDoo teamTroubleshooting
"Troubleshooting: cannot connect a server" "Troubleshooting: a deployment failed" "Troubleshooting: my instance is down or slow" "Troubleshooting: domain or SSL problems"Projects & Git
Connecting GitHub
How to connect your GitHub account to CICDoo via OAuth or a personal access token, and where to manage or disconnect it.
Two ways to connect
CICDoo needs access to your GitHub account to create repositories and deploy projects. You can connect in either of two ways:
- OAuth: click "Connect with GitHub OAuth" (or "Connect with GitHub" inside the New Project modal). You are sent to GitHub to approve the connection and then returned to CICDoo.
- Personal Access Token (PAT): click "configure a Personal Access Token", paste a token and save it. The UI links to GitHub's token creation page and notes the required scopes: repo and read:user.
Once connected, CICDoo shows a green "GitHub Connected" panel with your GitHub username.
Where to manage the connection
- Settings, Integrations tab: the GitHub Integration card shows your connection status, the OAuth and PAT options, and a Disconnect button.
- New Project modal: when you pick GitHub as the provider, the same connect options appear inline so you can connect without leaving the project flow.
Enterprise edition and PATs
If you deploy Odoo Enterprise, OAuth alone is not enough. The Integrations tab and the New Project modal both show an "Enterprise Edition Requires PAT" notice: Odoo Enterprise repositories are private, so you must configure a GitHub Personal Access Token whose account has access to the Odoo Enterprise repos. The panel also shows your current PAT status. Enterprise projects additionally require a Pro plan, see Creating a project.
Disconnecting
Open Settings, then the Integrations tab, and click Disconnect on the GitHub card (the same button appears in the New Project modal when connected). After disconnecting you can reconnect at any time with OAuth or a new PAT.
Quick steps
- Open Settings, then the Integrations tab.
- On the GitHub Integration card, click "Connect with GitHub OAuth", or choose "configure a Personal Access Token" and save a token with repo and read:user scopes.
- Confirm the card shows "GitHub Connected".
If you get stuck, open a support ticket from the Tickets page or the chat widget.
Still stuck? Open a ticket from the app or talk to an engineer.