mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-08-20 02:51:03 +00:00
Update main.ts
This commit is contained in:
parent
82065e5fa2
commit
6cc4fd4fad
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as core from "@actions/core";
|
||||||
import OpenAI from "openai";
|
import OpenAI from "openai";
|
||||||
import { Octokit } from "@octokit/rest";
|
import { Octokit } from "@octokit/rest";
|
||||||
import parseDiff, { Chunk, File } from "parse-diff";
|
import parseDiff, { Chunk, File } from "parse-diff";
|
||||||
import minimatch from "minimatch";test
|
import minimatch from "minimatch";
|
||||||
|
|
||||||
const GITHUB_TOKEN: string = core.getInput("GITHUB_TOKEN");
|
const GITHUB_TOKEN: string = core.getInput("GITHUB_TOKEN");
|
||||||
const OPENAI_API_KEY: string = core.getInput("OPENAI_API_KEY");
|
const OPENAI_API_KEY: string = core.getInput("OPENAI_API_KEY");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue