diff options
author | amine <hilalyamine@gmail.com> | 2019-11-24 14:39:02 +0100 |
---|---|---|
committer | amine <hilalyamine@gmail.com> | 2019-11-24 18:04:48 +0100 |
commit | 06abb5a5312dfaa1edac58cced94691e477c2ed7 (patch) | |
tree | 356bbe10b81a1ed06ded54a5570027fda51fead6 /bridge/gitlab/export.go | |
parent | da2d7970cd46c52bb8630c5540ea013bd3b9e81a (diff) | |
download | git-bug-06abb5a5312dfaa1edac58cced94691e477c2ed7.tar.gz |
bridge/gitlab: add gitlab bridge configuration
Diffstat (limited to 'bridge/gitlab/export.go')
-rw-r--r-- | bridge/gitlab/export.go | 2 |
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] |