Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #138 from bastelfreak/docs
Browse files Browse the repository at this point in the history
document webhook configuration
  • Loading branch information
dhollinger authored Jul 21, 2020
2 parents fd2cb3a + 0a0fdf6 commit c4c3f12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,16 @@ Default: []
type: Boolean
description: Allow uppercase within the name of the module or environment passed to the API.
default: true

### Configure the webhook

This API provides two endpoints that need to be called:

* `/api/v1/r10k/module` for every module
* `api/v1/r10k/environment` for the control repository

In GitHub, set setup looks like this:

!![GitHub Webook configuration](images/gh.png)

If you configured basic authentication, you need to add the username and password to the URL.
Binary file added images/gh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4c3f12

Please sign in to comment.