aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.AddGitHubWebHooks();` custom secret value

MartinDawson opened this issue · comments

.AddGitHubWebHooks(); seems to internally use appsettings.json.

It would be nice to get the value directly myself and pass it in as a parameter because I don't want to use appsettings.json.

Thanks!

This issue was moved to aspnet/AspLabs#36