Is it possible/how to use the GitHub cli (gh) from JavaScript on deno? Using the
Github cli
Github cli
I'm able to generate
download_urls
download_urls
for files on a private repo without exposing my github token to the application My idea is to call it from javascript side and return the url from an api, but i've no idea if its possible to run such tool from deno server