aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/github.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/github/github.go')
-rw-r--r--bridge/github/github.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/github/github.go b/bridge/github/github.go
index 19dc8a08..3a99cec7 100644
--- a/bridge/github/github.go
+++ b/bridge/github/github.go
@@ -19,8 +19,8 @@ const (
metaKeyGithubUrl = "github-url"
metaKeyGithubLogin = "github-login"
- keyOwner = "owner"
- keyProject = "project"
+ confKeyOwner = "owner"
+ confKeyProject = "project"
githubV3Url = "https://api.github.com"
defaultTimeout = 60 * time.Second