summaryrefslogtreecommitdiff
path: root/src/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.h')
-rw-r--r--src/git.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/git.h b/src/git.h
index 06d3e92..ae222b8 100644
--- a/src/git.h
+++ b/src/git.h
@@ -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;