Skip to content

Commit 119f643

Browse files
committed
update gist env var name
1 parent cb17e13 commit 119f643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_github_gist_opml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const octokit = new Octokit({
99
async function updateGistOpml(opmlContent) {
1010
try {
1111
await octokit.rest.gists.update({
12-
gist_id: process.env.GITHUB_GIST_ID,
12+
gist_id: process.env.OPML_GIST_ID,
1313
files: {
1414
"youtube_vtubers_feeds.opml": {
1515
content: opmlContent,

0 commit comments

Comments
 (0)