Skip to content

Commit

Permalink
updates tokens to v2 app
Browse files Browse the repository at this point in the history
  • Loading branch information
arunbhardwaj committed Apr 19, 2023
1 parent eef59c5 commit 69722dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/authorize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const localAuth = {
'https://github.com/login/oauth/access_token';
this.AUTHORIZATION_URL =
'https://github.com/login/oauth/authorize';
this.CLIENT_ID = 'beb4f0aa19ab8faf5004';
this.CLIENT_SECRET = '843f835609c7ef02ef0f2f1645bc49514c0e65a6';
this.CLIENT_ID = '0114dd35b156d4729fac';
this.CLIENT_SECRET = 'cfc3301d9745530bf1b31e92528ad9c31fd3f995';
this.REDIRECT_URL = 'https://github.com/'; // for example, https://github.com
this.SCOPES = ['repo'];
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const oAuth2 = {
'https://github.com/login/oauth/access_token';
this.AUTHORIZATION_URL =
'https://github.com/login/oauth/authorize';
this.CLIENT_ID = 'beb4f0aa19ab8faf5004';
this.CLIENT_SECRET = '843f835609c7ef02ef0f2f1645bc49514c0e65a6';
this.CLIENT_ID = '0114dd35b156d4729fac';
this.CLIENT_SECRET = 'cfc3301d9745530bf1b31e92528ad9c31fd3f995';
this.REDIRECT_URL = 'https://github.com/'; // for example, https://github.com
this.SCOPES = ['repo'];
},
Expand Down

0 comments on commit 69722dd

Please sign in to comment.