Skip to content

Commit

Permalink
2.46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed Apr 25, 2024
2 parents 1a1f132 + 19d48a5 commit b87b82d
Show file tree
Hide file tree
Showing 6 changed files with 11,800 additions and 7,549 deletions.
1 change: 0 additions & 1 deletion .github/scripts/manage-deploy.js
@@ -1,4 +1,3 @@
require("dotenv").config();
const { Octokit } = require("@octokit/rest");

const octokit = new Octokit({
Expand Down
3 changes: 1 addition & 2 deletions .github/scripts/manage-issues.js
@@ -1,8 +1,7 @@
require("dotenv").config();
const { Octokit } = require("@octokit/rest");

const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN,
auth: process.env.GITHUB_TOKEN, // 직접 환경 변수 사용
});

async function closeOldIssues() {
Expand Down
4 changes: 2 additions & 2 deletions dist/suneditor.min.js

Large diffs are not rendered by default.

0 comments on commit b87b82d

Please sign in to comment.