Skip to content

Commit

Permalink
Log allowlisted repository owners
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 6, 2024
1 parent 7601695 commit 56c90ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ public class Program

public static void Main()
{
if (RepositoryOwners is not null)
Console.Out.WriteLine(
$"Allowlisted repository owners: {string.Join(' ', RepositoryOwners)}"
);

var builder = WebApplication.CreateSlimBuilder();
builder.Services.AddSingleton<WebhookEventProcessor, GitHubWebhookEventProcessor>();

Expand Down

0 comments on commit 56c90ac

Please sign in to comment.