Skip to main content

One post tagged with "Angular"

View All Tags

How to Inject Environment Variables During Build in GitHub Actions

· 12 min read
Anand Raja
Senior Software Engineer

When deploying applications with GitHub Actions, you often need to inject environment variables during the build process. These variables might include API keys, database URLs, feature flags, or configuration settings. GitHub provides a secure way to manage and inject these values into your build pipeline using GitHub Variables and GitHub Secrets.