diff --git a/src/requires-app-auth.ts b/src/requires-app-auth.ts index 107a9cb2..6abac661 100644 --- a/src/requires-app-auth.ts +++ b/src/requires-app-auth.ts @@ -1,6 +1,9 @@ const PATHS = [ "/app", "/app/hook/config", + "/app/hook/deliveries", + "/app/hook/deliveries/{delivery_id}", + "/app/hook/deliveries/{delivery_id}/attempts", "/app/installations", "/app/installations/{installation_id}", "/app/installations/{installation_id}/access_tokens",