write:public_key scope.
External DocumentationTo learn more, visit the GitHub documentation.
Parameters
Example Output
Workflow Library Example
Add Ssh Key with Github and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
write:public_key scope.
| Parameter | Description |
|---|---|
| Key | The public SSH key to add to your GitHub account. |
| Title | A descriptive name for the new key. |
{
"value": {
"created_at": "2020-06-11T21:31:57Z",
"id": 2,
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
"read_only": false,
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
"url": "https://api.github.com/user/keys/2",
"verified": false
}
}
Was this page helpful?