mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 01:50:04 -04:00
Update create.js
This commit is contained in:
parent
855f822587
commit
ab922cf14c
1 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue