Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/reference/yaml/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading