SeanKilleen/seankilleen.github.io

Organizing using Secrets within .NET Tests and CI

Opened this issue · 0 comments

  • Utilizing ConfigurationBuilder
  • Having one Tests.Common project you can refer to
    • Keeping constants in that project for names
  • Use environment variables as well
  • (Adding both those nuget packages)
  • Using user secrets at dev time
  • Using env var with GitHub secrets within GitHub Actions