Skip to content

Commit 4618950

Browse files
authored
Updated to data hub spreadsheet ID (#873)
1 parent 25f383d commit 4618950

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
309 KB
Loading

scripts/town-hall-generator.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55

66
// .env config
77
dotenv.config();
8-
const SPREADSHEET_ID = process.env?.TOWNHALL_SPREADSHEET_ID;
8+
const SPREADSHEET_ID = process.env?.DATAHUB_SPREADSHEET_ID;
99
const SERVICE_ACCOUNT = process.env?.SERVICE_ACCOUNT;
1010

1111
// Output json file

0 commit comments

Comments
 (0)