Skip to content

Commit 1f05776

Browse files
authored
docs: Clarify that enterpriseBaseURL requires /api/v3 suffix (#292)
Signed-off-by: Andreas Lindhé <[email protected]>
1 parent f485671 commit 1f05776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/services/github.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The GitHub notification service changes commit status using [GitHub Apps](https:
77
- `appID` - the app id
88
- `installationID` - the app installation id
99
- `privateKey` - the app private key
10-
- `enterpriseBaseURL` - optional URL, e.g. https://git.example.com/
10+
- `enterpriseBaseURL` - optional URL, e.g. https://git.example.com/api/v3
11+
12+
> ⚠️ _NOTE:_ Specifying `/api/v3` in the `enterpriseBaseURL` is required until [argoproj/notifications-engine#205](https://github.com/argoproj/notifications-engine/issues/205) is resolved.
1113
1214
## Configuration
1315

0 commit comments

Comments
 (0)