Skip to main content
This guide walks you through setting up Qodo on GitHub Enterprise.

Prerequisites

Before you begin, ensure you have:
  • A Qodo single-tenant or on-premises deployment.
  • Access to your Qodo portal.
  • GitHub organization admin access.

Set up Qodo on GitHub Enterprise

1

Log in to the Qodo portal

Log in to your Qodo portal.Follow the on-premises setup instructions provided by your Qodo Account Manager.
2

Configure GitHub Enterprise Server

Add the GITHUB.BASE_URL environment variable with the API URL of your GitHub server to your workflow file.If your GitHub Enterprise Server is hosted at https://github.mycompany.com:
env:
  # ... previous environment values
  GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"

What’s next

View Using Qodo in PRs to learn about next steps and how to get the most out of Qodo.