From 64d3da40349f89662903ae6b267dd0f3fc02d206 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Wed, 16 Aug 2023 11:28:36 +0000 Subject: [PATCH] Update comment on option Signed-off-by: Gabriel Adrian Samfira --- testdata/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testdata/config.toml b/testdata/config.toml index 6696dd25..55e69694 100644 --- a/testdata/config.toml +++ b/testdata/config.toml @@ -30,6 +30,9 @@ webhook_url = "https://garm.example.com/webhooks" # This option enables GARM to manage webhooks for repositories and organizations. Set this # to false to disable the API routes that manage webhooks. +# +# When managing webhooks, the PAT you're using must have the necessary access to create/list/delete +# webhooks for repositories or organizations. enable_webhook_management = true # Uncomment this line if you'd like to log to a file instead of standard output.