From e16c24d77375fb21de17a673d13a27ef3931eb80 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Mon, 22 Nov 2021 16:12:49 -0300 Subject: [PATCH] Export GitHub type --- packages/github/src/github.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/github/src/github.ts b/packages/github/src/github.ts index bada7e52..b4d7c6e4 100644 --- a/packages/github/src/github.ts +++ b/packages/github/src/github.ts @@ -4,6 +4,7 @@ import {GitHub, getOctokitOptions} from './utils' // octokit + plugins import {OctokitOptions} from '@octokit/core/dist-types/types' +export {GitHub}; export const context = new Context.Context() /**