Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 20, 2025
1 parent 8b4f7dd commit e5ff66b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ async function generateToken(owner, repository, requestedPermissions = null) {
// Get effective permissions based on config and request
const permissions = await getEffectivePermissions(owner, repository, requestedPermissions);

logger.debug({ permissions }, 'Calculated effective permissions');

// Get installation access token using installation auth
const { token, expiresAt } = await installationAuth({
type: "installation",
Expand Down

0 comments on commit e5ff66b

Please sign in to comment.