From e1d461f3d181a201d4bd4a8e375e2cfe52819024 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 21 Nov 2022 16:10:46 +0000 Subject: [PATCH] feat(ng-dev): update to use the proper Github app for authentication Update to use the correct Github app for authentication of ng-dev --- ng-dev/auth/shared/oauth.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ng-dev/auth/shared/oauth.ts b/ng-dev/auth/shared/oauth.ts index 010d817b1..6a49c8f4f 100644 --- a/ng-dev/auth/shared/oauth.ts +++ b/ng-dev/auth/shared/oauth.ts @@ -223,14 +223,13 @@ export const GoogleOAuthDanceConfig: OAuthDanceConfig = { export const GithubOAuthDanceConfig: OAuthDanceConfig = { /** client_id and client_secret for ng-caretaker Github App. */ - // TODO(josephperrott): Migrate to angular-robot Github App. loopback: { - client_id: 'Iv1.58b338d4f1a5ba12', - client_secret: '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd', + client_id: 'Iv1.57e16107abc663d9', + client_secret: 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6', }, oob: { - client_id: 'Iv1.58b338d4f1a5ba12', - client_secret: '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd', + client_id: 'Iv1.57e16107abc663d9', + client_secret: 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6', }, scope: [].join(' '), authConfig: new AuthorizationServiceConfiguration({