Skip to content

Commit

Permalink
fix: add missing paths to list of paths that require app auth (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid authored Dec 9, 2020
1 parent bca5fbe commit 2067a8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/requires-app-auth.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
const PATHS = [
"/app",
"/app/hook/config",
"/app/installations",
"/app/installations/{installation_id}",
"/app/installations/{installation_id}/access_tokens",
"/app/installations/{installation_id}/suspended",
"/marketplace_listing/accounts/{account_id}",
"/marketplace_listing/plan",
"/marketplace_listing/plans",
"/marketplace_listing/plans/{plan_id}/accounts",
"/marketplace_listing/stubbed/accounts/{account_id}",
"/marketplace_listing/stubbed/plan",
"/marketplace_listing/stubbed/plans",
"/marketplace_listing/stubbed/plans/{plan_id}/accounts",
"/orgs/{org}/installation",
"/repos/{owner}/{repo}/installation",
Expand Down

0 comments on commit 2067a8a

Please sign in to comment.