diff --git a/breathecode/services/google_meet/google_meet.py b/breathecode/services/google_meet/google_meet.py index e0d9ce600..ecee31f04 100644 --- a/breathecode/services/google_meet/google_meet.py +++ b/breathecode/services/google_meet/google_meet.py @@ -110,7 +110,7 @@ def _get_credentials( refresh_token=refresh_token, token_uri="https://oauth2.googleapis.com/token", client_id=os.getenv("GOOGLE_CLIENT_ID"), - client_secret=os.getenv("GOOGLE_CLIENT_SECRET"), + client_secret=os.getenv("GOOGLE_SECRET"), ) creds.refresh(Request()) elif os.path.exists(TOKEN_FILE_NAME):