diff --git a/tools/scripts/setup_ssh_keys.py b/tools/scripts/setup_ssh_keys.py index f6f665de7a..7bb03d7ee3 100755 --- a/tools/scripts/setup_ssh_keys.py +++ b/tools/scripts/setup_ssh_keys.py @@ -15,6 +15,7 @@ if __name__ == "__main__": if keys.status_code == 200: Params().put("GithubSshKeys", keys.text) + Params().put("GithubUsername", username) print("Setup ssh keys sucessfully") else: print("Error getting public keys from github")