diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-07 01:57:08 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-07 01:57:08 +0200 |
commit | bb7b89f0db0c73650e0d1ac035d8441a0cb2e94f (patch) | |
tree | abb79c1e58dc14e04cedf136d0bf5bd5655456ae /docs | |
parent | 30894a5015e6ce780096bd965493913133197c14 (diff) |
improve githubrepo auth example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Hooks.md | 3 |
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 ``` |