Skip to content

Commit

Permalink
feat(ng-dev): update to use the proper Github app for authentication (#…
Browse files Browse the repository at this point in the history
…905)

Update to use the correct Github app for authentication of ng-dev

PR Close #905
  • Loading branch information
josephperrott committed Nov 21, 2022
1 parent ca1c78c commit fcdcc61
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ng-dev/auth/shared/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit fcdcc61

Please sign in to comment.