summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Hooks.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Hooks.md b/docs/Hooks.md
index b582a2f..fb80a19 100644
--- a/docs/Hooks.md
+++ b/docs/Hooks.md
@@ -95,7 +95,7 @@ hooks:
### githubrepo hook configuration example
-Authenticate with the username `git` and a password:
+Authenticate with a username and a password:
```yaml
hooks:
@@ -103,6 +103,7 @@ hooks:
type: githubrepo
events: [post_store]
remote_repo: git@git.intranet:oxidized/test.git
+ username: user
password: pass
```