You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I must use proxy for all outgoing communications - including talking to github.
in gh-auth.ts , I can add to ocktokitOptions something like: auth: token, request: { agent: new HttpsProxyAgent('http://1.2.3.4.5:80'), },
But for createAppAuth that is not possible. I found octokit/auth-app.js#54 but I was unable to get it working. Any suggestions?