mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
feat: expose getOctokit in script context for multi-token workflows
This commit is contained in:
parent
450193c5ab
commit
00afa0fed2
2 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ async function main(): Promise<void> {
|
|||
__original_require__: __non_webpack_require__,
|
||||
github,
|
||||
octokit: github,
|
||||
getOctokit,
|
||||
context,
|
||||
core,
|
||||
exec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue