set github username in key setup script

pull/21039/head
Adeeb Shihadeh 4 years ago
parent c736b7e5bb
commit 732006b0bc
  1. 1
      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")

Loading…
Cancel
Save