Refactor GitProvider to take in auth token
This commit is contained in:
@@ -6,5 +6,5 @@ type DeployResult struct {
|
||||
}
|
||||
|
||||
type GitProvider interface {
|
||||
FetchAndDeployBranch(owner, repo, branch, authToken, destPath string) (*DeployResult, error)
|
||||
FetchAndDeployBranch(owner, repo, branch, destPath string) (*DeployResult, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user