To learn more, visit the GitHub documentation.

Parameters

ParameterDescription
KeyThe public SSH key to add to your GitHub account.
TitleA descriptive name for the new key.

Example Output

{    "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    }}

Workflow Library Example

Add Ssh Key with Github and Send Results Via Email

Preview this Workflow on desktop