-
Notifications
You must be signed in to change notification settings - Fork 175
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
Cannot deploy: you are not currently logged in #33
Comments
I ran into the same problem using the AWS key approach, go with SERVERLESS_ACCESS_KEY instead. Go here to see how to create a serverless access key: https://www.serverless.com/framework/docs/dashboard/cicd/running-in-your-own-cicd/ |
Also check whether you have
defined in I had, but they were wrong: removing those keys altogether fixed the "you are not logged in" issue for me. |
I had the same issue while deploying with bitbucket pipelines (worked fine from the local machine). Any ideas where the root of the problem is? |
see: serverless/github-action#33 (comment) and https://seed.run/docs/serverless-errors/you-are-not-currently-logged-in.html#:~:text=If%20you%20are%20not%20deploying%20a%20Serverless%20Component%2C%20and%20want%20to%20skip%20the%20login%20step%2C%20you%20can%20simply%20comment%20out%20the%20org%20definition.
it worked for me |
If you want to use |
Created #90 to add specific options for this. |
I added GitHub to serverless and my repos are listing there
The text was updated successfully, but these errors were encountered: