From 4024541289b51fa5d6f866f918664abf0a3afc29 Mon Sep 17 00:00:00 2001 From: Vladimir Starkov <559321+iamstarkov@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:16:37 +0100 Subject: [PATCH] make octokit instance available as octokit on top of github, to make it easier to seamless to copy examples from GitHub api or octokit documentation --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 81df4f0..baa2933 100644 --- a/src/main.ts +++ b/src/main.ts @@ -62,6 +62,7 @@ async function main(): Promise { require: wrapRequire, __original_require__: __non_webpack_require__, github, + octokit: github, context, core, exec,