github-tools / github-tools/github-release-notes
Personal token 401 error
- Dominant language
- JavaScript
- Stars
- 897
- Forks
- 313
- PR merge metrics
- No merged PRs in 30d
Description
>Hello. I want to create a release not when I use personal token.But i got a 401 error.
```sh
gren release --data-source=milestones --milestone-match="1.0.6" --override --tags=1.0.6
```

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.

There has any way to solve it? Thanks a lot.
Contributor guide
Research direction
Start by reproducing the reported `gren release` command with the documented `-t` token option and inspect how the command authenticates with GitHub. Compare the token permissions shown in the issue with the API request that returns 401; done means identifying the authentication mismatch and confirming that release creation succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript, nodejs
- Domain
- authentication, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100