Install a GitHub App
Follow these steps to create and configure a GitHub App for a single GitHub organization.Configure the app
-
Configure the app with the following settings:
-
GitHub App name: Choose a unique name (e.g.,
YourOrg-OpenHound) - Homepage URL: We recommend pointing to the OpenHound GitHub repository
- Webhook: Clear Active because OpenHound does not require a webhook for collection
- Permissions: Set the following permissions to Read-only:
-
GitHub App name: Choose a unique name (e.g.,
- Under Where can this GitHub App be installed?, select Only on this account.
Create the app
Click Create GitHub App to create the app with the specified settings and permissions.
Generate a private key
Scroll down and click Generate a private key. Save the downloaded
.pem file securely and record the App ID and Client ID shown on the app settings page.Get the Installation Details
- Navigate to your Organization Settings > Third-party Access > GitHub Apps.
- Find the app you just created and click Configure.
- The numeric value in the URL is the App Installation ID.
- Click App settings to access the Client ID and App ID.
Security Considerations
- Store the
.pemprivate key securely and never commit it to version control. - Rotate keys periodically and revoke old ones.
- Only install the app on organizations that require collection.
- Periodically verify the app has only the minimum required permissions.