How to use hazel with github Team's private repository ?
See original GitHub issueI’ve got this error in the Now project's logs
:
(node:1) UnhandledPromiseRejectionWarning: Error: GitHub API responded with 404 for url https://api.github.com/repos/MY_TEAM/MY_ELECTRON_REPO/releases?per_page=100
Hazel doesn’t find (or doesn’t have access to) the private team’s repository. Do you know a way to make it work ? Thanks a lot !
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
How to use hazel with github Team's private repository ? #55
Hazel doesn't find (or doesn't have access to) the private team's repository. Do you know a way to make it work ? Thanks...
Read more >Doesn't work for Github private repo · Issue #62 · vercel/hazel
The routes of hazel doesn't seem to work with private repo DOESN'T WORK const server = "https://clovis-desktop-hazel-upd.aarbel.now.sh" const updaterFeedURL ...
Read more >Private repo not working · Issue #39 · vercel/hazel - GitHub
I am on a team that has access to our project. I was not able to deploy an update server following the workflow...
Read more >Private repos? · Issue #11 · vercel/hazel - GitHub
Does hazel on work on public repos? Supporting private repos would required a GitHub token, which apparently is not currently required or used ......
Read more >Fix RELEASES downloading from private repo #103 - GitHub
To see the status of your deployment, click below or on the icon next to each commit. Inspect: https://vercel.com/vercel/hazel/HXK18qcoW6NSF9yBzNbwdjnfAUj3
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
I can’t get this to work. The server is returning a download url of
It seems like the
NOW_URL
isn’t being set.i’ll check this week 😉