Skip to content

Commit

Permalink
allow getting the token directly
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Nov 13, 2024
1 parent 52e1299 commit 2fbedf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/github/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class GitHubService {
}
}

private async token(installationId: number) {
public async token(installationId: number) {
return await this.cache.get(
`installation_token_${installationId}`,
async () => {
Expand Down

0 comments on commit 2fbedf9

Please sign in to comment.