mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -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 _ = require('lodash')
|
||||
|
||||
const octokit = new CustomOctokit({
|
||||
auth: process.env.GITHUB_TOKEN
|
||||
})
|
||||
const octokit = new CustomOctokit()
|
||||
|
||||
const DATA_DIR = process.env.DATA_DIR || './tmp/data'
|
||||
const OWNER = 'iptv-org'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue