Relative Content

Tag Archive for .net-coregithub-actions

Github actions and substituting values in the appsettings.json

I have a github action that is deploying a dotnet 8 website to an azure linux app service. I have setup environments in the github action.
How do I substitute the values in the appsettings.json to the values I need for each environment? I read that I can use microsoft/variable-substitution@v1, but this package was deprecated in November 2023.