diff --git a/apps/dashboard/src/lib/auth.ts b/apps/dashboard/src/lib/auth.ts index fdc9650..9783dd8 100644 --- a/apps/dashboard/src/lib/auth.ts +++ b/apps/dashboard/src/lib/auth.ts @@ -18,7 +18,16 @@ export function getAuth() { github: { clientId: env.GITHUB_CLIENT_ID, clientSecret: env.GITHUB_CLIENT_SECRET, - scope: ["read:user", "user:email", "repo"], + scope: [ + "read:user", + "user:email", + "repo", + "notifications", + "workflow", + "read:project", + "security_events", + "admin:repo_hook", + ], }, }, plugins: [tanstackStartCookies()],