Skip to content

Commit

Permalink
add token to StartBuildRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 3, 2024
1 parent 2276fdc commit 97860a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/viam/app/build/v1/build.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ message StartBuildRequest {
// version of the module to publish
// must be valid semver2.0 string (ex: 1.2.3-rc0)
string module_version = 5;
// checkout token. provide this for private repos
optional string token = 6;
}

message StartBuildResponse {
Expand Down

0 comments on commit 97860a5

Please sign in to comment.