We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb42ba9 commit 8d05b57Copy full SHA for 8d05b57
extensions/github-authentication/src/config.ts
@@ -15,5 +15,5 @@ export interface IConfig {
15
// not really a secret... so we allow the client secret in code. It is brought in before we publish VS Code. Reference:
16
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/best-practices-for-creating-an-oauth-app#client-secrets
17
export const Config: IConfig = {
18
- gitHubClientId: '01ab8ac9400c4e429b23'
+ gitHubClientId: 'a5d3c261b032765a78de'
19
};
0 commit comments