Skip to content

Commit e54da41

Browse files
authored
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
1 parent 4020e46 commit e54da41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async function main(): Promise<void> {
6262
require: wrapRequire,
6363
__original_require__: __non_webpack_require__,
6464
github,
65+
octokit: github,
6566
context,
6667
core,
6768
exec,

0 commit comments

Comments
 (0)