Skip to content

Commit

Permalink
Merge pull request #1403 from kaytu-io/fix-steampipe-upgrade
Browse files Browse the repository at this point in the history
fix: add github token to migrator
  • Loading branch information
artaasadi authored Aug 1, 2024
2 parents b6b1705 + f06474d commit 113e563
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 113e563

Please sign in to comment.