Understanding App ID and Installation ID
masterTo use this library, you need two specific identifiers from GitHub:
- App ID: The unique identifier for your GitHub App. Found in your GitHub App settings under:
Settings > Developer > settings > GitHub App > About item. - Installation ID: The ID of the specific installation of your app. This is typically found in the payload of a Webhook request sent by GitHub:
WebHook request
...
"installation": {
"id": `installation ID`
}