cli icon indicating copy to clipboard operation
cli copied to clipboard

Why does GitHub token require `user:email` and `write:repo_hook` scope?

Open ylemkimon opened this issue 5 years ago • 1 comments

https://github.com/semantic-release/cli/blob/8083cc0acd839a0bc279bb3691b6388106ff7242/src/lib/github.js#L46 https://github.com/semantic-release/cli/blob/a5910c91399ad5b6828ed7e631338de0a86d62b2/src/lib/github.js#L49

ylemkimon avatar Aug 17 '20 22:08 ylemkimon

It's been a while. write:repo_hook is needed to setup the hook for the CI integrations. I assume user:email is required for that, too.

gr2m avatar Aug 17 '20 23:08 gr2m