Update RepoPipeline.py
Browse files- RepoPipeline.py +1 -1
RepoPipeline.py
CHANGED
@@ -128,7 +128,7 @@ class RepoPipeline(Pipeline):
|
|
128 |
input_ = [input_]
|
129 |
|
130 |
# Building token
|
131 |
-
github_token = preprocess_parameters["
|
132 |
headers = {"Accept": "application/vnd.github+json"}
|
133 |
token = github_token or self.github_token
|
134 |
if token:
|
|
|
128 |
input_ = [input_]
|
129 |
|
130 |
# Building token
|
131 |
+
github_token = preprocess_parameters["github_token"]
|
132 |
headers = {"Accept": "application/vnd.github+json"}
|
133 |
token = github_token or self.github_token
|
134 |
if token:
|