Skip to content

Commit

Permalink
Fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed Apr 24, 2024
1 parent bf814a7 commit 7d01435
Show file tree
Hide file tree
Showing 4 changed files with 11,746 additions and 7,497 deletions.
1 change: 0 additions & 1 deletion .github/scripts/manage-deploy.js
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 7d01435

Please sign in to comment.