github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
880 stars 325 forks source link

Personal token 401 error #309

Open guoxunbo opened 2 years ago

guoxunbo commented 2 years ago

Hello. I want to create a release not when I use personal token.But i got a 401 error.

gren release --data-source=milestones --milestone-match="1.0.6" --override --tags=1.0.6 

image

I had saw some issue with this proberblem. also use -t [toke] to try make it ok. But It's no. Here is my token permission. image There has any way to solve it? Thanks a lot.