Skip to content

Commit

Permalink
chore: update service account file path and variable names
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Jul 10, 2024
1 parent c34365e commit d3fbef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/utils/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def submit_feedback_to_google_sheet(
"https://www.googleapis.com/auth/drive",
]

creds = Credentials.from_service_account_file(SERVICE_ACCOUNT_FILE, scopes=SCOPE) # type: ignore
creds = Credentials.from_service_account_file(service_account_file, scopes=scope) # type: ignore
client = gspread.authorize(creds) # type: ignore

sheet_id = os.getenv("FEEDBACK_SHEET_ID", "")
Expand Down

0 comments on commit d3fbef0

Please sign in to comment.