summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-04-07 01:57:08 +0200
committerWild Kat <wk@futureinquestion.net>2018-04-07 01:57:08 +0200
commitbb7b89f0db0c73650e0d1ac035d8441a0cb2e94f (patch)
treeabb79c1e58dc14e04cedf136d0bf5bd5655456ae /docs
parent30894a5015e6ce780096bd965493913133197c14 (diff)
improve githubrepo auth example
Diffstat (limited to 'docs')
-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
```