We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb17e13 commit 119f643Copy full SHA for 119f643
scripts/update_github_gist_opml.js
@@ -9,7 +9,7 @@ const octokit = new Octokit({
9
async function updateGistOpml(opmlContent) {
10
try {
11
await octokit.rest.gists.update({
12
- gist_id: process.env.GITHUB_GIST_ID,
+ gist_id: process.env.OPML_GIST_ID,
13
files: {
14
"youtube_vtubers_feeds.opml": {
15
content: opmlContent,
0 commit comments