Skip to content

Commit 2dfae02

Browse files
committed
Update main.ts
1 parent f57f560 commit 2dfae02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { approve } from "./approve";
44

55
export async function run() {
66
try {
7-
const token = core.getInput("github-token", { required: true });
7+
const token = core.getInput("github-token");
88
const reviewMessage = core.getInput("review-message");
99
await approve(
1010
token,

0 commit comments

Comments
 (0)