Skip to content

Commit

Permalink
Fix touchup.js and trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 13, 2024
1 parent ef6910c commit 0a94c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"keywords": [
"nextjs",
"nextjs13",
"nextjs14",
"nextjs-themes",
"nextjs13-themes",
"nextjs14-themes",
Expand Down
3 changes: 1 addition & 2 deletions lib/nextjs-themes/touchup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

const fs = require("node:fs");
const path = require("node:path");
const { Octokit } = require("octokit");

const packageJson = require(path.resolve(process.cwd(), "package.json"));
if (process.env.TOKEN) {
const { Octokit } = require("octokit");
// Octokit.js
// https://github.com/octokit/core.js#readme
const octokit = new Octokit({
auth: process.env.TOKEN,
Expand Down

0 comments on commit 0a94c5b

Please sign in to comment.