Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MorAlon1 committed Sep 10, 2024
1 parent ae05746 commit 45aa0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/commenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Action(ctx *cli.Context) (err error) {
case "gitlab":
token := os.Getenv("GITLAB_TOKEN")
r, err := gitlab.NewGitlab(
token)
token, "", "", "")
if err != nil {
return err
}
Expand Down

0 comments on commit 45aa0bb

Please sign in to comment.