mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
set github username in key setup script
old-commit-hash: 732006b0bc2813689fd161a553a5c19b5bb78420
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user