From 264affb8e754e8208fb8fe66b1d8642aef0ea8e4 Mon Sep 17 00:00:00 2001 From: Pete Tomasik Date: Thu, 19 Dec 2024 17:30:59 -0500 Subject: [PATCH] Update API endpoints for GHES --- pages/pipelines/source_control/github_enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pipelines/source_control/github_enterprise.md b/pages/pipelines/source_control/github_enterprise.md index b366246db0..d227265c82 100644 --- a/pages/pipelines/source_control/github_enterprise.md +++ b/pages/pipelines/source_control/github_enterprise.md @@ -82,7 +82,7 @@ All Buildkite network traffic to your GitHub Enterprise Server will come from a For additional security you can create a proxy that allows only the API endpoints we require: -* `/api/v3/repos/.*/.*/statuses` +* `/api/v3/repos/.*/.*/statuses/.*` * `/api/v3/user` * `/api/v3/user/emails` * `/login/oauth`