ENV variables with wrangler pages CLI (VITE REACT)
How do I add env variables to a deployment of a pages application? I am writing a github action that is suppossed to deploy my pages application, and I am trying to grap some secrets from the repo, and add them as env variables for the pages.
I have tried this:
But MY_VARIABLE does not show up in the pages dashboard. How can this be done?
I have tried this:
But MY_VARIABLE does not show up in the pages dashboard. How can this be done?
