Variable substitution in appsettings.json Not Working
I have a GitHub Actions workflow where I’m trying to substitute a connection string in the appsettings.json
file before deploying to Kubernetes. However, the substitution step doesn’t seem to be working, and the value isn’t being replaced from the pipeline secrets (set within GitHub Environment secrets).