From 380278491274695a80cf0607e79fa7c17acd2269 Mon Sep 17 00:00:00 2001 From: jefer94 Date: Tue, 1 Oct 2024 14:09:34 -0500 Subject: [PATCH] change scope --- breathecode/authenticate/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breathecode/authenticate/views.py b/breathecode/authenticate/views.py index e5f263526..f72a50ef6 100644 --- a/breathecode/authenticate/views.py +++ b/breathecode/authenticate/views.py @@ -2035,7 +2035,7 @@ def get_google_token(request, token=None): if academy_settings in ["overwrite", "set"]: state += f"&academysettings={academy_settings}" - scopes.append("https://www.googleapis.com/auth/workspace.events") + scopes.append("https://www.googleapis.com/auth/pubsub") else: state += "&academysettings=none"