Update comment on option

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-08-16 11:28:36 +00:00
parent d57e488f12
commit 64d3da4034
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5

View file

@ -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.