Search code examples
githubgithub-app

Where can we find GitHub Apps Installation ID?


I'm setting up a GitHub App for ArgoCD authentication. The GitHub App setup is completed. But in ArgoCD it asks for GitHub App ID and GitHub App Installation ID. I could find the App ID from the GitHub App section itself. But I couldn't find the GitHub App Installation ID.

Is there a way to directly find GitHub App Installation ID from the GitHub website settings section? Or do we need to use GitHub API or something?


Solution

  • The

    InstallationID

    is the same ID that you can find in the GitHub endpoint:

    https://github.com/settings/installations/<ID>