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.