Skip to content

Commit

Permalink
Update pkg/config/piped.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
2 people authored and 鈴木 優耀 committed Apr 18, 2024
1 parent 4ced4a1 commit 7121bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/piped.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ type PipedGit struct {
SSHKeyFile string `json:"sshKeyFile,omitempty"`
// Base64 encoded string of ssh-key.
SSHKeyData string `json:"sshKeyData,omitempty"`
// The password authentication.
// This will be used to clone the source code of the specified git repositories.
// Base64 encoded string of password.
// This will be used to clone the source repo with https basic auth.
Password string `json:"password,omitempty"`
}

Expand Down

0 comments on commit 7121bd4

Please sign in to comment.