feat: expose getOctokit in script context for multi-token workflows

This commit is contained in:
Salman Chishti 2026-03-01 00:25:52 +00:00
parent 450193c5ab
commit 00afa0fed2
2 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,7 @@ async function main(): Promise<void> {
__original_require__: __non_webpack_require__,
github,
octokit: github,
getOctokit,
context,
core,
exec,