From 0a102d183e90048ddbfd7b407b3fe962caf3756e Mon Sep 17 00:00:00 2001 From: ecrupper Date: Thu, 12 Mar 2026 08:19:10 -0500 Subject: [PATCH] fix(reference/yaml): update git section for repositories --- docs/reference/yaml/git.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/yaml/git.md b/docs/reference/yaml/git.md index a471f70..86224e3 100644 --- a/docs/reference/yaml/git.md +++ b/docs/reference/yaml/git.md @@ -31,9 +31,10 @@ The `token` key can be used to generate an installation token so long as the rep # the repositories listed below as well as the repository running the build: VELA_GIT_TOKEN git: token: + # list of repository names (must be in the same organization as repository running the build) repositories: - - alpha/beta - - gamma/delta + - repo_1 + - repo_2 permissions: checks: write contents: write