Skip to content

v0.9.30

@zahiar zahiar tagged this 17 Nov 14:23
When you add a deploy key that contains a comment, the Bitbucket API splits out the comment and returns it in a separate `comment` field in the API.

For example,
`key = "ssh-rsa AAAA...=== my@comment.example"`

API response
```
key = "ssh-rsa AAAA...==="
comment = "my@comment.example"
```
Assets 2
Loading