electron-updater Support for private Github repository
See original GitHub issueelectron-builder version: 13.7.0:
electron-updater version: 1.6.4
Target Windows:
Electron updater seems unable to locate my private Github repository even when the GH_TOKEN environment variable is set. I’ve tried setting the env variable through the system settings, programatically by altering process.env.GH_TOKEN
, and even passing the token
parameter in app-update.yml (which seems it might be respected after looking into electron-updater’s code). I’ve verified via logging that process.env.GH_TOKEN
is properly set to my token which has all permission scopes granted.
Is there something I am missing or is there a known issue with private Github repositories? If I make the repo public then updater finds it and updates perfectly, so the integration is good.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:12 (12 by maintainers)
Top GitHub Comments
Sounds good, will update with PR
Please try electron-updater 1.9.0 (thanks to @AlienHoboken)