workflow/action env variables are not reflecting in the app #11083
Unanswered
arunkumar413
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi Team,
I have an environmental variable (REACT_APP_CRADLE_API_URL) setup to fetch from the github actions/workflow file. And running the command
npm run build
to build the app. However the environmental variables are reflecting in the app. Any ideas on what could be wrong?Here is the scripts file:
and the workflow file
Thanks,
Arun
Beta Was this translation helpful? Give feedback.
All reactions