mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 03:17:14 -05:00
Update create.js
This commit is contained in:
@@ -4,9 +4,7 @@ const { paginateRest } = require('@octokit/plugin-paginate-rest')
|
|||||||
const CustomOctokit = Octokit.plugin(paginateRest)
|
const CustomOctokit = Octokit.plugin(paginateRest)
|
||||||
const _ = require('lodash')
|
const _ = require('lodash')
|
||||||
|
|
||||||
const octokit = new CustomOctokit({
|
const octokit = new CustomOctokit()
|
||||||
auth: process.env.GITHUB_TOKEN
|
|
||||||
})
|
|
||||||
|
|
||||||
const DATA_DIR = process.env.DATA_DIR || './tmp/data'
|
const DATA_DIR = process.env.DATA_DIR || './tmp/data'
|
||||||
const OWNER = 'iptv-org'
|
const OWNER = 'iptv-org'
|
||||||
|
|||||||
Reference in New Issue
Block a user