Why are environment variables not being recognized during a React Native Android build, even though I set them using GitHub Actions?
I’m trying to set up environment variables in a GitHub Actions workflow for my React Native Android build (./gradlew bundleRelease
). Despite setting the environment variables either through the env
section or using export
commands, the build is not recognizing some of the variables. Specifically, I keep getting errors stating that certain environment variables are missing during the build process.