Skip to content

Commit

Permalink
Remove file validation from git config (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Bersani <[email protected]>
  • Loading branch information
B3rs authored Jan 18, 2024
1 parent 1ec986b commit 18b51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type BasicAuth struct {
}

type GitConfig struct {
PrivateKey PrivateKey `yaml:"private-key" validate:"omitempty,file"`
PrivateKey PrivateKey `yaml:"private-key" validate:"omitempty"`
BasicAuth BasicAuth `yaml:"basic-auth"`
}

0 comments on commit 18b51d3

Please sign in to comment.