Skip to content

Commit 72bde68

Browse files
committed
Add back comments explaining OAuth app credentials
1 parent 213f4a5 commit 72bde68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

context/config_setup.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ const (
1818
)
1919

2020
var (
21-
oauthClientID = "178c6fc778ccc68e1d6a"
21+
// The "GitHub CLI" OAuth app
22+
oauthClientID = "178c6fc778ccc68e1d6a"
23+
// This value is safe to be embedded in version control
2224
oauthClientSecret = "34ddeff2b558a23d38fba8a6de74f086ede1cc0b"
2325
)
2426

0 commit comments

Comments
 (0)