github: Use https instead of ssh fot repositories fetching
This commit is contained in:
@@ -42,7 +42,7 @@ class Repository(Base):
|
|||||||
private = Column(Boolean, nullable=False)
|
private = Column(Boolean, nullable=False)
|
||||||
|
|
||||||
def get_clone_url(self):
|
def get_clone_url(self):
|
||||||
return f"git@github.com:{self.user.name}/{self.name}"
|
return f"https://github.com/{self.user.name}/{self.name}.git"
|
||||||
|
|
||||||
|
|
||||||
class AnalyzeTask(Base):
|
class AnalyzeTask(Base):
|
||||||
|
|||||||
Reference in New Issue
Block a user