Error: in PR reviewdog token error
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 587
- Forks
- 64
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 1
Description
This problem sometimes happen. (not always)
see
https://travis-ci.org/vim-jp/vital.vim/jobs/554280167#L806-L809
# Run reviewdog.
reviewdog -reporter=github-pr-check
reviewdog: status=401: The access token not provided. Get token from https://reviewdog.app/gh/vim-jp/vital.vim
The command "if [[ "${RUN_LINT}" == "true" ]] ; then bash scripts/run-lint-on-ci.sh ; fi" exited with 1.
Is this well-known problem?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Travis CI job linked in the issue and inspect scripts/run-lint-on-ci.sh, especially the reviewdog invocation. Determine why the GitHub access token is sometimes unavailable; done means the lint job can run reviewdog without the reported 401 token error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, vim
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100