Skip to content

Commit

Permalink
Merge pull request #1146 from peer-42seoul/release-1.0.10
Browse files Browse the repository at this point in the history
Release 1.0.10
  • Loading branch information
yoouyeon authored Dec 16, 2024
2 parents db858d5 + 9b5e3db commit c0b0711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/createGithubIssue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export const createGithubIssue = async ({
type,
tagList,
})
// FIXME : 테스트용
console.log(process.env.NEXT_PUBLIC_GITHUB_TOKEN)

try {
await octokit.rest.issues.create({
owner: 'peer-42seoul',
Expand Down

0 comments on commit c0b0711

Please sign in to comment.