Read omnivore API key from env
This commit is contained in:
parent
d491653fff
commit
6e4732bfd6
@ -1,5 +1,5 @@
|
|||||||
const fs = require('node:fs');
|
const fs = require('node:fs');
|
||||||
const apiKey = 'bf7b63c4-b6f2-4568-b554-4a3440460070';
|
const apiKey = process.env.OMNIVORE_API_KEY;
|
||||||
const cacheFile = '.cache/links.json';
|
const cacheFile = '.cache/links.json';
|
||||||
|
|
||||||
const query = `query Search($after: String, $first: Int, $query: String, $format: String, $includeContent: Boolean) {
|
const query = `query Search($after: String, $first: Int, $query: String, $format: String, $includeContent: Boolean) {
|
||||||
|
Loading…
Reference in New Issue
Block a user