diff --git a/src/requires-app-auth.ts b/src/requires-app-auth.ts index f666fa69c..c7a33b77a 100644 --- a/src/requires-app-auth.ts +++ b/src/requires-app-auth.ts @@ -20,6 +20,7 @@ const PATHS = [ "/orgs/{org}/installation", "/repos/{owner}/{repo}/installation", "/users/{username}/installation", + "/enterprises/{enterprise}/installation", ]; // CREDIT: Simon Grondin (https://github.com/SGrondin)