Its nice that octokit gets automagically added to thegithub
object but it appears the types don't recognize it.
Property 'rest' does not exist on type 'typeof import("/node_modules/@actions/github/lib/github")'.ts(2339)
Any ideas on how we can fix?

Thanks!