豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit fcdcc61

Browse files
committed
feat(ng-dev): update to use the proper Github app for authentication (#905)
Update to use the correct Github app for authentication of ng-dev PR Close #905
1 parent ca1c78c commit fcdcc61

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ng-dev/auth/shared/oauth.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,13 @@ export const GoogleOAuthDanceConfig: OAuthDanceConfig = {
223223

224224
export const GithubOAuthDanceConfig: OAuthDanceConfig = {
225225
/** client_id and client_secret for ng-caretaker Github App. */
226-
// TODO(josephperrott): Migrate to angular-robot Github App.
227226
loopback: {
228-
client_id: 'Iv1.58b338d4f1a5ba12',
229-
client_secret: '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd',
227+
client_id: 'Iv1.57e16107abc663d9',
228+
client_secret: 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6',
230229
},
231230
oob: {
232-
client_id: 'Iv1.58b338d4f1a5ba12',
233-
client_secret: '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd',
231+
client_id: 'Iv1.57e16107abc663d9',
232+
client_secret: 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6',
234233
},
235234
scope: [].join(' '),
236235
authConfig: new AuthorizationServiceConfiguration({

0 commit comments

Comments
 (0)