From Gabriel Oshiro on 2016/07/08 17:08:03 +0000
Github API allows creation of deploy keys with write access
POST /repos/:owner/:repo/keys
{
“title”: “octocat@octomac”,
“key”: “ssh-rsa AAA…”,
“read_only”: false
}
Would it be possible to add a checkbox to allow users to add deploy keys with write access? That would solve the problem of people that want to use the step git-tag for example. When build is successful it will add a git tag on the target commit. I do understand the security issues that a key with write access might generate but you can pass the responsibility to users and let them decide.
Thank you
Copied from original feature request: http://bitrise.uservoice.com/forums/235233-general/suggestions/15121482-add-deploy-key-with-write-access