semantic-release / cli

:cl::round_pushpin: Setup automated semver compliant package publishing
MIT License
367 stars 45 forks source link

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

Open ylemkimon opened 4 years ago

ylemkimon commented 4 years ago

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

gr2m commented 4 years ago

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.