Skip to content

Commit 8d05b57

Browse files
Use Code OSS GitHub client id (#252426)
To separate Code OSS & VS Code.
1 parent bb42ba9 commit 8d05b57

File tree

1 file changed

+1
-1
lines changed
  • extensions/github-authentication/src

1 file changed

+1
-1
lines changed

extensions/github-authentication/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export interface IConfig {
1515
// not really a secret... so we allow the client secret in code. It is brought in before we publish VS Code. Reference:
1616
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/best-practices-for-creating-an-oauth-app#client-secrets
1717
export const Config: IConfig = {
18-
gitHubClientId: '01ab8ac9400c4e429b23'
18+
gitHubClientId: 'a5d3c261b032765a78de'
1919
};

0 commit comments

Comments
 (0)