Skip to content

Commit

Permalink
fix: add github token to migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Aug 1, 2024
1 parent 58b301f commit f06474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/migrator/job/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func GitClone(conf config.MigratorConfig, logger *zap.Logger) (string, error) {

os.RemoveAll(config.ControlEnrichmentGitPath)
res, err = git.PlainClone(config.ControlEnrichmentGitPath, false, &git.CloneOptions{
//Auth: &gitAuth,
Auth: &gitAuth,
URL: gitConfig.ControlEnrichmentGitURL,
Progress: os.Stdout,
})
Expand Down

0 comments on commit f06474d

Please sign in to comment.