diff options
-rw-r--r-- | docs/Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md index c2f0627..3128697 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -46,7 +46,7 @@ Repository configurations are comprised of the following elements: - **filters**: Filters to apply to the web hook events so that only the desired events result in executing the deploy actions. See section *Filters* for more details. - - **secret-token**: The secret token set for your webhook ([currently only implemented for GitHub](https://developer.github.com/webhooks/securing/)) + - **secret-token**: The secret token set for your webhook (currently only implemented for [GitHub](https://developer.github.com/webhooks/securing/) and GitLab) ## Filters *(Currently only supported for GitHub and GitLab)* |