diff options
author | JustAnotherArchivist <JustAnotherArchivist@users.noreply.github.com> | 2020-10-27 20:06:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 20:06:35 +0000 |
commit | eced03db0a31a35e11bfba38eccb4f6bccc73cf8 (patch) | |
tree | 4315708ca0ac81c61afa8046433978164df1f25b | |
parent | 8e368e7065eff5708ed2d7de042fe701cf0764c2 (diff) | |
download | gitea-eced03db0a31a35e11bfba38eccb4f6bccc73cf8.tar.gz gitea-eced03db0a31a35e11bfba38eccb4f6bccc73cf8.zip |
Add deprecation notice for webhook payload's secret field (#13330)
-rw-r--r-- | docs/content/doc/features/webhooks.en-us.md | 2 |
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: |