Skip to main content

Reviewing and modifying installed GitHub Apps

You can review the permissions and change the repository access for GitHub Apps that you have installed. You can also temporarily or permanently prevent a GitHub App from accessing resources owned by your account or organization.

About installed GitHub Apps

GitHub users can install GitHub Apps on their personal account or organizations. When you install a GitHub App, you grant the app the organization-level and repository-level permissions that it requested. You also specify which repositories the GitHub App can access.

You should periodically review the GitHub Apps that you have installed. You can review the permissions that you granted and change the repositories that the GitHub App can access. If you no longer use an app, consider suspending or deleting the GitHub App to block its access to resources owned by the account where it is installed.

In addition to reviewing GitHub Apps that you have installed, you can review GitHub Apps that you have authorized to act on your behalf. For more information, see "Reviewing and revoking authorization of GitHub Apps."

  • For a GitHub App installed on an organization:

    1. In the top right corner of GitHub.com, click your profile photo, then click Your organizations.
    2. Next to your organization name, click Settings.
    3. In the side bar, under "Third-party Access," click GitHub Apps. A list of the GitHub Apps installed on your organization will be displayed.
    4. Next to the GitHub App you want to review or modify, click Configure.
  • For a GitHub App installed on your personal account:

    1. In the upper-right corner of any page, click your profile photo, then click Settings.
    2. Under "Integrations," click Applications.
    3. Click Installed GitHub Apps. A list of the GitHub Apps installed on your personal account will be displayed.
    4. Next to the GitHub App you want to review or modify, click Configure.
  • For a repository where a GitHub App was granted access:

    Note: In the following steps, you will be taken to the account settings for the organization or personal account where the GitHub App is installed. The settings will affect all repositories where the app is installed under that account, not just the repository where you navigated from.

    1. Navigate to the main page of the organization or repository.

    2. Click Settings.

    3. Under "Integrations," click GitHub Apps. A list of the GitHub Apps that have been granted access to your repository will be displayed.

    4. Next to the GitHub App you want to review or modify, click Configure.

Reviewing permissions

  1. Navigate to the GitHub App you want to modify. For more information, see "Navigating to the GitHub App you want to review or modify."
  2. Under "Permissions," review the permissions that the GitHub App has. For more information about what different permissions enable a GitHub App to do, see "Choosing permissions for a GitHub App."

Modifying repository access

  1. Navigate to the GitHub App you want to modify. For more information, see "Navigating to the GitHub App you want to review or modify."

  2. Under "Repository access," select All repositories or Only select repositories.

  3. If you selected Only select repositories in the previous step, under the Select repositories dropdown, select the repositories that you want the GitHub App to access.

    If the GitHub App creates any repositories later, the app will automatically be granted access to those repositories as well.

  4. Click Save.

Blocking access

  1. Navigate to the GitHub App you want to modify. For more information, see "Navigating to the GitHub App you want to review or modify."

  2. To keep the GitHub App installed for future use but temporarily block it from accessing resources owned by your account, click Suspend.

    When you suspend a GitHub App, your authorization of the app (if the app is installed on your personal account) or the authorization of the app by members of your organization (if the app is installed on an organization) will not be affected. For more information, see "Authorizing GitHub Apps."

    If the GitHub App was previously suspended, you can unsuspend the app by clicking Unsuspend. If the GitHub App was suspended by the GitHub App owner, then you cannot unsuspend the app.

  3. To uninstall a GitHub App and block it from accessing resources owned by your account, click Uninstall.

    When you delete a GitHub App, your authorization of the app (if the app is installed on your personal account) or the authorization of the app by members of your organization (if the app is installed on an organization) will be revoked. For more information, see "Authorizing GitHub Apps."

Further reading