Skip to content

Commit

Permalink
Add back comments explaining OAuth app credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 18, 2020
1 parent 213f4a5 commit 72bde68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion context/config_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const (
)

var (
oauthClientID = "178c6fc778ccc68e1d6a"
// The "GitHub CLI" OAuth app
oauthClientID = "178c6fc778ccc68e1d6a"
// This value is safe to be embedded in version control
oauthClientSecret = "34ddeff2b558a23d38fba8a6de74f086ede1cc0b"
)

Expand Down

0 comments on commit 72bde68

Please sign in to comment.