Skip to content

Commit

Permalink
Update fetch_spreadsheet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Digital Pasts Lab committed Aug 20, 2023
1 parent 2a3c839 commit ba5743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/fetch_spreadsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// https://phppot.com/javascript/google-sheets-javascript/

// Replace with your actual API key and spreadsheet ID
const apiKey = 'AIzaSyAjeOqhGmy1Ptl5ZdKMjfmkfaoOhekGd0w';
const apiKey = $MY_SECRET;
const spreadsheetId = '1WD3KdRPNvbXeaQAusb_MsOStyNha8XnA6Op_CWtD-OQ';
const sheetName = 'Sheet1'; // Change to your desired sheet name

Expand Down

0 comments on commit ba5743a

Please sign in to comment.