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
I am using GitHub actions to build my next.js app and deploy from GitHub Actions with the --pre-built argument. What do you recommend if I want to have both build time and run time environment variables? And for sensitive variables like API Keys, I initially thought of the GitHub Actions Secrets but I could not figure out a way to combine them with environment specific env files. I am attaching my workflow below, any suggestion is appreciated :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I am using GitHub actions to build my next.js app and deploy from GitHub Actions with the --pre-built argument. What do you recommend if I want to have both build time and run time environment variables? And for sensitive variables like API Keys, I initially thought of the GitHub Actions Secrets but I could not figure out a way to combine them with environment specific env files. I am attaching my workflow below, any suggestion is appreciated :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions