-
Notifications
You must be signed in to change notification settings - Fork 5
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
Action throws an authorization error #24
Comments
Hi @nishad-playground, do you mind sharing the project id? |
hello @luist18 this is the project id I used: |
@luist18 I'm also experiencing the exact same error. Is there already a solution? |
I was able to resolve it by making sure that the action step does have access to api key env. |
@nishad-playground thank you! Unfortunately, it doesn't solve the issue in my case. I could confirm that the API key is properly provided by echoing it before the |
Okay alternatively what I did is forked the repo and used |
Thanks! I ended up directly using
|
@nishad-playground are you sure that is the correct project_id? I can't find any GitHub integration connected with that project or logs for the specific error you provided |
Can you verify if you have both |
Steps to reproduce
Using action as described in Readme
Expected result
Deleting branch without producing an error
Actual result
ERROR: The request could not be authorized due to an internal error
Environment
Linux X64 github-hosted
Logs, links
npm i -g neonctl@v2
. If I changed it to latest, it works fineThe text was updated successfully, but these errors were encountered: