We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71484c2 commit e25f7edCopy full SHA for e25f7ed
server/events/vcs/gh_app_creds_rotator.go
@@ -61,7 +61,7 @@ func (r *githubAppTokenRotator) rotate() error {
61
if err != nil {
62
return errors.Wrap(err, "Getting github token")
63
}
64
- r.log.Debug("token %s", token)
+ r.log.Debug("Token successfully refreshed")
65
66
// https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#http-based-git-access-by-an-installation
67
if err := WriteGitCreds("x-access-token", token, r.githubHostname, r.homeDirPath, r.log, true); err != nil {
0 commit comments