Creating a GitHub App#
You must create and correctly set up a GitHub App to allow Codacy Self-hosted to integrate with GitHub.
To create the GitHub App:
-
If you're using GitHub Cloud, open https://github.com/settings/apps/new.
If you're using GitHub Enterprise, open
https://github.example.com/settings/apps/new, replacing the HTTP protocol and hostname with the correct values for your GitHub Enterprise instance. -
Configure the new GitHub App using the values listed on the table below, replacing
https://codacy.example.comwith the correct base URL of your Codacy instance.Field Value GitHub App name Codacy Homepage URL https://codacy.example.comUser authorization callback URL https://codacy.example.comRequest user authorization (OAuth) during installation Enabled
Make sure this option is selected to request that the installing user grants access to their identity during the installation of your Codacy GitHub App.Webhook URL For GitHub Cloud: https://codacy.example.com/2.0/events/gh/organization
For GitHub Enterprise:https://codacy.example.com/2.0/events/ghe/organizationRepository permissions Administration Read & write Checks Read & write Issues Read & write Metadata Read only Pull requests Read & write Webhooks Read & write Commit statuses Read & write Organization permissions Members Read only Webhooks Read & write User permissions Email addresses Read only Git SSH keys Read & write Where can this GitHub App be installed? Any account -
Scroll to the bottom of the page, click Generate a private key, and save the
.pemfile containing the private key. -
Take note of the following information, as you'll need it to configure Codacy:
- GitHub App name
- App ID
- Client ID
- Client secret
- Private key (contents of the
.pemfile generated in the previous step)
Was this page helpful?
Your feedback helps us improve the documentation.
255 characters left
Thanks for helping improve Codacy documentation.
For more detailed feedback, open an issue on GitHub.