GitHub Enterprise

Learn more about setting up Qodo on GitHub Enterprise

Before you start

Setting up Qodo on GitHub Enterprise is a straightforward process, with additional attention to secure enterprise environments.

You can install Qodo on a single project to start small, or across multiple repositories for organization-wide adoption. The setup usually takes just a few minutes, depending on your environment.

Once installed, Qodo automatically processes your pull requests and posts actionable output—such as reviews, summaries, and suggested improvements—directly in your GitHub Enterprise pull requests.

1. Log in to the Qodo portal

Before setting up Qodo, make sure you have created a Qodo account and signed in.arrow-up-right

2. Set up Qodo on GitHub

After signing in to your Qodo accountarrow-up-right, follow the steps below to set up Qodo on GitHub Enterprise.

GitHub Enterprise Server

circle-check

GitHub Enterprise Server action configuration

To use the GitHub Action with a GitHub Enterprise Server, add the GITHUB.BASE_URL environment variable with the API URL of your GitHub server.

Example:

If your GitHub Enterprise Server is hosted at https://github.mycompany.com, add the following to your workflow file:

env:
  # ... previous environment values
  GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"

Last updated