Skip to content

Commit

Permalink
:((((
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Oct 26, 2024
1 parent 03e2555 commit 0f3f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/common/ghservice/ghservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (g GithubService) getInstallationAccessToken(ctx context.Context, installat
gh := github.NewClient(&appClient)
res, _, err := gh.Apps.CreateInstallationToken(ctx, installationID, nil)
if err != nil {
return "", fmt.Errorf("create app installation token: %w", err)
return "", fmt.Errorf("create new GitHub app installation token: %w", err)
}

return *res.Token, nil
Expand Down

0 comments on commit 0f3f980

Please sign in to comment.