Revert "Use Code OSS GitHub client id" (#252559)

This commit is contained in:
Tyler James Leonhardt
2025-06-26 18:04:50 -07:00
committed by GitHub
parent 888fabd8a4
commit b1e40f2893

View File

@@ -15,5 +15,5 @@ export interface IConfig {
// not really a secret... so we allow the client secret in code. It is brought in before we publish VS Code. Reference:
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/best-practices-for-creating-an-oauth-app#client-secrets
export const Config: IConfig = {
gitHubClientId: 'a5d3c261b032765a78de'
gitHubClientId: '01ab8ac9400c4e429b23'
};