Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
octokit accepts more than just string TLS keys, in principle
Browse files Browse the repository at this point in the history
See octokit/auth-app.js#336 and
nodejs/node#43653 for what I'd like to
achieve here.
  • Loading branch information
nwf-msr committed Aug 18, 2022
1 parent d574028 commit 3ac2756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work-bus/lib/octokit-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function appYargs(yargs: Argv) {
export function app(argv: Arguments) {
return new App({
appId: argv.github_appid as number,
privateKey: argv.github_key as string,
privateKey: argv.github_key as any,

/*
* Override the constructor used for subordinate octokit instances;
Expand Down

0 comments on commit 3ac2756

Please sign in to comment.