You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Was messing around with running
papr
locally and hit this right off the bat:The
github_token
variable is supposed to be optional, according to RUNNING.md.My workaround was just to disable the
validate_vars
call inmain
, or I guess removegithub_token
from the loop leaving onlygithub_repo
to validate.The text was updated successfully, but these errors were encountered: