GithubAuth: increase apiVersion to 4
This commit is contained in:
parent
cbe4ce0571
commit
48ea2f7db4
|
@ -868,7 +868,9 @@ class NixConfigurator(ConfiguratorBase):
|
|||
util.AvatarGitHub(token=self.github.token())
|
||||
)
|
||||
config["www"]["auth"] = util.GitHubAuth(
|
||||
self.github.oauth_id, read_secret_file(self.github.oauth_secret_name)
|
||||
self.github.oauth_id,
|
||||
read_secret_file(self.github.oauth_secret_name),
|
||||
apiVersion=4,
|
||||
)
|
||||
|
||||
config["www"]["authz"] = setup_authz(
|
||||
|
|
Loading…
Reference in a new issue