Replies: 1 comment
-
Passing Secrets to Wrangler DevWorkers dont see shell env vars. Use --var flag: - run: npx wrangler dev --var KEY:valueOr create .dev.vars file with your secrets. For production, use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ie: how can I get this to work:
The worker doesn't get these env vars since workers don't see regular environment variables.
Beta Was this translation helpful? Give feedback.
All reactions