dfinke / InstallModuleFromGitHub

Install PowerShell Modules from GitHub
Apache License 2.0
87 stars 31 forks source link

fixed access to private repos #12

Closed mivalsten closed 5 years ago

mivalsten commented 5 years ago

Fixed access to private repositories by switching delivery method to Invoke-RestMethod. It's backwards compatibile. To access private repo user should provide SSOToken variable generated with github. Further enchancement - Better error detection, maybe automatic token generation?