mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 11:44:12 +00:00
remove var creds from google sheets auth
This commit is contained in:
@@ -17,7 +17,6 @@ function addNewMemberToSheets(name, email, residence, slackHandle) {
|
||||
async.series([
|
||||
function setAuth(step) {
|
||||
console.log('Start Google Spreadsheed auth.');
|
||||
var creds = require('../Koodiklinikka-f802649bba5e.json');
|
||||
doc.useServiceAccountAuth(config.google.credentials, step);
|
||||
},
|
||||
function getInfoAndWorksheets(step) {
|
||||
|
||||
Reference in New Issue
Block a user