-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Error from Github private repo #126
Comments
Always, and I cannot stress this enough, read the documentation! Set the env variable TOKEN for private repos. As states in the Readme |
@dlamon1 I can't figure out how to set a Any examples would be great! |
This is added inside of Vercel once you've deployed Hazel (https://vercel.com/ACCOUNT_NAME/PROJECT_NAME/settings/environment-variables) l |
Thanks @ryandunnewold ! I added both How did you manage to make auto-updating work for private repos? |
@tarikhaiga here was the issue I ran into (included my fix in there) #131 |
I had to redeploy the app to make it read |
Thanks @Deliaz, redeploying worked for me 👍🏻 |
What's the leanest scope the token can have? |
I get a 404 error from Github when using a private repo. Am I missing something? The install form asked for my username and repository, it did not ask for a key or token. I have awarded my Vercel account permission to access the Github repo, this did not change the 404 error.
Looking through the Hazel repository, I cannot find where my specific username and repository are declared. Are these variables stored in Vercel? Also, are these variables something I could hardcode in the /lib/server.js file?
The text was updated successfully, but these errors were encountered: