question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 7 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

6reactions
akorchevcommented, Mar 28, 2017

Yes, I did. Here is how I configured it (I am using the programming API):

  builder.build({
   config: {
      publish: [
        {
          provider: 'generic',
          url: 'http://example.com/download'
        },
        {
          provider: 'github'
        }
      ],
2reactions
develarcommented, Mar 21, 2017

The adoption of additional platforms is not preferred within the org.

+1 That’s why I didn’t reject your PR 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found