We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0c327 commit 472e93aCopy full SHA for 472e93a
src/lib/api-config.ts
@@ -31,11 +31,5 @@ export const githubHeaders = (state: State) => ({
31
})
32
33
export const GITHUB_BASE_URL = "https://github.com"
34
-export const GITHUB_CLIENT_ID = "01ab8ac9400c4e429b23"
35
-export const GITHUB_APP_SCOPES = [
36
- "read:org",
37
- "read:user",
38
- "repo",
39
- "user:email",
40
- "workflow",
41
-].join(" ")
+export const GITHUB_CLIENT_ID = "Iv1.b507a08c87ecfe98"
+export const GITHUB_APP_SCOPES = ["read:user"].join(" ")
0 commit comments