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
Huh, interesting, I wonder how 6 years down the line you're the first to hit this.
Maybe part of initial security models block certain globals, I thought that was all removed though when running locally - you're welcome to take a look 👍🏻
Describe the bug
Using
process.env.whatever
in a danger file leads to a runtime error stating thatprocess
is undefined.To Reproduce
process.env
Expected behavior
You should be able to access
process.env
Screenshots
Your Environment
node:16
docker imageAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: