Skip to content

Commit

Permalink
Add runner token to clientproject (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
BallyB authored Nov 17, 2023
1 parent 613bee0 commit e1e9356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NGitLab.Mock/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ public Models.Project ToClientProject(User currentUser)
WebUrl = WebUrl,
BuildTimeout = (int)BuildTimeout.TotalMinutes,
RepositoryAccessLevel = RepositoryAccessLevel,
RunnersToken = RunnersToken,
LfsEnabled = LfsEnabled,
Archived = Archived,
ApprovalsBeforeMerge = ApprovalsBeforeMerge,
Expand Down

0 comments on commit e1e9356

Please sign in to comment.