Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4024541

Browse filesBrowse files
committed
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 91a83c0 commit 4024541
Copy full SHA for 4024541

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/main.ts

Copy file name to clipboardExpand all lines: src/main.ts
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.