How do I use the private github auto update feature?
See original GitHub issue- Version: 15.6.4
1.10.4
- Target: Windows 32 bit
How does one enable private github API support? It seems that GH_TOKEN is the only thing required but for some reason my app continues to make HTTP requests to the repo URL instead of api.github.com. Do I need to use setFeedURL
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
Electron Autoupdater with Private GitHub Repository?
It's pretty much an exact clone of Electron's autoUpdate API that accepts a config object for your private/enterprise github repo configuration ...
Read more >Auto Update - electron-builder
You can use a private repository for updates with electron-updater by setting the GH_TOKEN environment variable (on user machine) and private option. If ......
Read more >Auto-update Electron applications with private repositories ...
The auto-publish feature will automatically publish new updates from Github to your users. If you disable this feature, you will need to ...
Read more >GitHub Integration - Auto-Updater - Advanced Installer
This can also allow to use the generate .txt file from your Update System to connect to some inside releases link, the only...
Read more >Build GitHub repositories - Azure Pipelines - Microsoft Learn
If the repo is in a GitHub organization that someone else owns, the PAT must have the required access scopes under Personal access...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I did. Here is how I configured it (I am using the programming API):
+1 That’s why I didn’t reject your PR 😃