summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustAnotherArchivist <JustAnotherArchivist@users.noreply.github.com>2020-10-29 03:14:26 +0000
committerGitHub <noreply@github.com>2020-10-28 23:14:26 -0400
commit639c737648939b20290d26a38792e0a0db68b55c (patch)
tree66996236603705d7c26f603fcf2f85decbdeeb53
parentadfe13f1a2f1e2d5a01f29309b052b767fa96c61 (diff)
downloadgitea-639c737648939b20290d26a38792e0a0db68b55c.tar.gz
gitea-639c737648939b20290d26a38792e0a0db68b55c.zip
Add deprecation notice for webhook payload's secret field (#13329)
-rw-r--r--docs/content/doc/features/webhooks.en-us.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/features/webhooks.en-us.md b/docs/content/doc/features/webhooks.en-us.md
index ec50c013f5..f20f253745 100644
--- a/docs/content/doc/features/webhooks.en-us.md
+++ b/docs/content/doc/features/webhooks.en-us.md
@@ -30,6 +30,8 @@ All event pushes are POST requests. The methods currently supported are:
### Event information
+**WARNING**: The `secret` field in the payload is deprecated as of Gitea 1.13.0 and will be removed in 1.14.0: https://github.com/go-gitea/gitea/issues/11755
+
The following is an example of event information that will be sent by Gitea to
a Payload URL: