aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export.go
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-11-24 14:39:02 +0100
committeramine <hilalyamine@gmail.com>2019-11-24 18:04:48 +0100
commit06abb5a5312dfaa1edac58cced94691e477c2ed7 (patch)
tree356bbe10b81a1ed06ded54a5570027fda51fead6 /bridge/gitlab/export.go
parentda2d7970cd46c52bb8630c5540ea013bd3b9e81a (diff)
downloadgit-bug-06abb5a5312dfaa1edac58cced94691e477c2ed7.tar.gz
bridge/gitlab: add gitlab bridge configuration
Diffstat (limited to 'bridge/gitlab/export.go')
-rw-r--r--bridge/gitlab/export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/export.go b/bridge/gitlab/export.go
index 7c00e39d..092434a5 100644
--- a/bridge/gitlab/export.go
+++ b/bridge/gitlab/export.go
@@ -79,7 +79,7 @@ func (ge *gitlabExporter) ExportAll(ctx context.Context, repo *cache.RepoCache,
return nil, err
}
- ge.identityToken[user.Id().String()] = ge.conf[keyToken]
+ ge.identityToken[user.Id().String()] = ge.conf[core.ConfigKeyToken]
// get repository node id
ge.repositoryID = ge.conf[keyProjectID]