diff options
author | Vlad Ionescu <vlad@vladionescu.com> | 2016-05-25 15:00:50 -0700 |
---|---|---|
committer | Vlad Ionescu <vlad@vladionescu.com> | 2016-05-25 15:00:50 -0700 |
commit | 6dc1656f4bfec511405d36973b68538aa95b26a7 (patch) | |
tree | a949ccbe3b9c0f46c505b6b6b18bfbd07576a923 /docs/Configuration.md | |
parent | b4e3c96aecc821ce089442a62a825cd2c78bb876 (diff) | |
download | Git-Auto-Deploy-6dc1656f4bfec511405d36973b68538aa95b26a7.zip Git-Auto-Deploy-6dc1656f4bfec511405d36973b68538aa95b26a7.tar.gz Git-Auto-Deploy-6dc1656f4bfec511405d36973b68538aa95b26a7.tar.bz2 |
GitLab supports Webhook secret keys now, changed docs to reflect.
Diffstat (limited to 'docs/Configuration.md')
-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)* |