Fix auth issues with Installation.get_repos (#2547)

This commit is contained in:
Enrico Minack
2023-06-13 08:35:47 +02:00
committed by GitHub
parent daf62bd461
commit 6407512079
6 changed files with 96 additions and 0 deletions
+4
View File
@@ -343,6 +343,10 @@ class Requester:
def base_url(self):
return self.__base_url
@property
def auth(self):
return self.__auth
def withAuth(self, auth):
"""
Create a new requester instance with identical configuration but the given authentication method.