-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
HTTP Error: 401 Authorization Required #196
Comments
If you perform the same steps manually using the Clever Cloud CLI, does it work? Do you have access to that project with that token? |
Hello Guys, Actually it appears to be a problem with git get remote info, when using the CLI with verbose here is what we get :
@Rhada did you managed to get through your issue ? |
Hi @franky47, same issue here. When trying locally, I also get the 401 error:
I tried to run |
That's with the credentials found in your PR #202? Might be worth pinging Clever Cloud support indeed, the authentication was kind of reverse-engineered on what the local CLI needed when auth'ing locally.. |
Yes. I'm trying to figure it out with the help of Clever Cloud support. Will post here if I have an explanation! |
The problem was that when you've created an application on Clever Cloud based on a Github repo, you can only deploy to it through the Github webhook that is automatically configured by Clever Cloud (not using a Github Action). So if you want to migrate to a Github Action, you need to create a new app (the option on the left), then you'll be able to use EDIT: if you choose to migrate, don't forget to manually remove the webhook from you Github repo config! |
Thanks for reporting back, this definitely should be mentioned in the README. Would you like to open another PR? |
@franky47 done! Feel free to rewrite it or move it to another part of the README! |
Hello,
I've a strange issue, my token is well configured but deploy task fail with 401 Auth error.
Do you've any idea ?
The text was updated successfully, but these errors were encountered: