Skip to content

Commit

Permalink
fix: gitlab group missing token (#2550)
Browse files Browse the repository at this point in the history
Signed-off-by: JohnWillker <frazao.jhonn@gmail.com>
  • Loading branch information
jwillker authored Mar 29, 2023
1 parent 711c672 commit a6b7201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventsources/sources/gitlab/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (el *EventListener) StartListening(ctx context.Context, dispatch func([]byt
return fmt.Errorf("failed to retrieve secret token. err: %w", err)
}
opt.Token = &token
groupHookOpt.Token = &token
router.secretToken = token
}

Expand Down

0 comments on commit a6b7201

Please sign in to comment.