Stop printing private key to console
This commit is contained in:
parent
03642cfd73
commit
b28529ca80
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func initGitHubClient() {
|
||||||
log.Println("Initializing......")
|
log.Println("Initializing......")
|
||||||
|
|
||||||
if privateKey != "" {
|
if privateKey != "" {
|
||||||
log.Println(privateKey)
|
log.Println("Private key loaded from env")
|
||||||
} else {
|
} else {
|
||||||
log.Println("Private key not found!")
|
log.Println("Private key not found!")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue