sets bot username now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-09-08 18:42:53 -07:00
parent aae9f59c2c
commit b0a42c125c
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ func main() {
b.DebuggingChannelName = os.Getenv("SCO_DEBUG_CHANNEL")
b.AccountEmail = os.Getenv("SCO_ACCOUNT_EMAIL")
b.AccountPassword = os.Getenv("SCO_ACCOUNT_PASSWORD")
b.AccountUsername = os.Getenv("SCO_ACCOUNT_USERNAME")
b.AccountFirstname = "LSV"
b.AccountLastname = "Serious Callers Only"
})