Pass PERCY_TOKEN from .env file #1027
-
The problemPERCY_TOKEN value is not being passed if it is provided within the project .env file. Right now it is required to pass the env variable on the OS level. It would be great if one could also pass this variable from .env file while using dotenv package. PERCY_TOKEN within .env file: Since both those values are reachable from within the project via Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @viktorNedelko! This is supported. I would verify you have the the token set correctly in the
|
Beta Was this translation helpful? Give feedback.
Hey @viktorNedelko! This is supported. I would verify you have the the token set correctly in the
.env
file. I see a space in there, so it might be that.