-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no access token supplied #347
Comments
Same here, I ended up selecting "What CI are you using? Other (prints tokens)" and setting up the tokens at Travis manually. (I found this actually making more sense as I can now have a single token reused for many Travis CI projects.) |
Same here! |
likely same issue as discussed in #345 |
It appears, that the support for GitHub tokens instead of user credentials is not finished yet.
What token is |
I'm also getting |
Any update on the situation? |
@smshareef026 if you haven't already and this wasn't just a testing token, I'd recommend deleting this screenshot showing your GitHub Personal Access Token. |
any update on this? |
A workaround not for everybody, but might help somebody - retain the
|
I tried multiple times to use the script
semantic-release-cli setup
but every time I get the error:I also tried to pass
npm
andgithub
token optionssemantic-release-cli setup --gh-token=<TOKEN> --npm- token=<TOKEN>
but the error is the same:I also tried to export those tokens on my
.bashrc
with no luck.Token are created well on
Github
andNpm
. I verified on the websites.The text was updated successfully, but these errors were encountered: