diff options
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ struct repo_ctx { const char *git_base; - const struct github_cfg *cfg; + const char *owner; + const char *token; /// Name of the repo const char *name; |