Change authUser extraction.

This commit is contained in:
Thomas Bellembois
2022-10-20 15:55:15 +02:00
parent 0d58679c94
commit 8687df84be

View File

@@ -79,7 +79,7 @@ func main() {
if devel {
authUser = "thbellem"
} else {
authUser = os.Getenv("CI_COMMIT_AUTHOR")
authUser = os.Getenv("DRONE_REPO_OWNER")
}
if len(authUser) == 0 {