Skip to content

Commit 5ac69b6

Browse files
committed
Add Git authentication options to command settings and pipeline
1 parent 5e658bd commit 5ac69b6

File tree

3 files changed

+216
-6
lines changed

3 files changed

+216
-6
lines changed

src/Confix.Tool/src/Confix.Library/Pipelines/ValidateCommandPipeline.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public sealed class ValidateCommandPipeline : Pipeline
1212
protected override void Configure(IPipelineDescriptor builder)
1313
{
1414
builder
15+
.AddOption(GitUsernameOptions.Instance)
16+
.AddOption(GitTokenOptions.Instance)
1517
.Use<LoadConfigurationMiddleware>()
1618
.UseEnvironment()
1719
.UseHandler(InvokeAsync);

0 commit comments

Comments
 (0)