fixup deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-10-02 02:01:46 +03:00
parent 4809f54b8b
commit 25d1b96d77
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
if err = repo.Push(&git.PushOptions{
RefSpecs: []gitconfig.RefSpec{gitconfig.RefSpec(newref.Name().String() + ":" + newref.Name().String())},
Auth: &httpauth.BasicAuth{Username: envTOKEN, Password: envTOKEN},
Force: true,
}); err != nil {
logger.Fatalf(ctx, "failed to push repo branch: %v", err)
}