Imports SSH keys from linked GitHub account. Adds new keys, updates existing, removes deleted.
cURL
curl --request POST \ --url https://cloud-api.phala.com/api/v1/user/ssh-keys/github-sync
{ "synced_count": 123, "keys_added": 123, "keys_updated": 123, "keys_removed": 123, "errors": [ "<string>" ] }
Sync completed
Result of GitHub SSH key sync operation.
Total keys synced from GitHub
New keys added
Existing keys updated
Stale keys removed
Sync errors encountered
Was this page helpful?