set github username in key setup script

This commit is contained in:
Adeeb Shihadeh
2021-05-25 15:45:29 -07:00
parent c736b7e5bb
commit 732006b0bc

View File

@@ -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")