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 888fabd commit b1e40f2Copy full SHA for b1e40f2
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: 'a5d3c261b032765a78de'
+ gitHubClientId: '01ab8ac9400c4e429b23'
19
};
0 commit comments