Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

validate_vars aborts if optional "github_token" not set #55

Open
mbarnes opened this issue Jul 27, 2017 · 1 comment
Open

validate_vars aborts if optional "github_token" not set #55

mbarnes opened this issue Jul 27, 2017 · 1 comment

Comments

@mbarnes
Copy link

mbarnes commented Jul 27, 2017

Was messing around with running papr locally and hit this right off the bat:

ERROR: Missing variable 'github_token'.

The github_token variable is supposed to be optional, according to RUNNING.md.

My workaround was just to disable the validate_vars call in main, or I guess remove github_token from the loop leaving only github_repo to validate.

@jlebon
Copy link
Collaborator

jlebon commented Jul 27, 2017

Yeah, that sounds about right. We regressed on this at some point. Though note the whole codebase is in flux while we move to Python, so some of the documentation might be off until things settle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants