You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value SERVERLESS_ACCESS_KEY is not set the following error is thrown:
Error: The environment variable SERVERLESS_ACCESS_KEY is empty.
Please create your serverless dashboard access key and add it to this project as a project environment variable or via contexts.
https://serverless.com/framework/docs/dashboard/cicd/running-in-your-own-cicd#configure-environment-variables
To Reproduce
Create a CircleCI file similar to the following and run:
I would expect a message more similar to the following:
INFO: The environment variable SERVERLESS_ACCESS_KEY is not set. This is required If you wish to utilize Serverless' dashboard functionality. You can create your serverless dashboard access key and add it as project environment variable or via a context.
https://serverless.com/framework/docs/dashboard/cicd/running-in-your-own-cicd#configure-environment-variables
Additional context
It has been my experience that a fair number of serverless users confuse the paid and free serverless offerings. My hope is that this change in language can help serverless users untangle this.
The text was updated successfully, but these errors were encountered:
Orb Version
2.0.1
Describe the bug
If the value
SERVERLESS_ACCESS_KEY
is not set the following error is thrown:To Reproduce
Create a CircleCI file similar to the following and run:
Expected behavior
I would expect a message more similar to the following:
Additional context
It has been my experience that a fair number of serverless users confuse the paid and free serverless offerings. My hope is that this change in language can help serverless users untangle this.
The text was updated successfully, but these errors were encountered: