diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index c21524f..24bc373 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -26,6 +26,21 @@ +
+

Private web-hook key

+

+ Each message sent to the web-hook are signed via hmac and SHA1 using + this private key. +

+

+ This key is private to your project, make sure to store in a safe place + and do not share it. +

+
+        {{ repo.hook_token }}
+    
+
+

Delete project