Update create.js

This commit is contained in:
freearhey 2023-06-10 02:18:31 +03:00
parent 7e6b2c3444
commit 0a3ff2868f
1 changed files with 1 additions and 3 deletions

View File

@ -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'