Skip to content

Commit 473c42a

Browse files
committed
ci: Set Octokit request
1 parent d4cb39d commit 473c42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { context } from '@actions/github';
55
async function run() {
66
try {
77
const token = getInput('token');
8-
const octokit = new Octokit({ auth: `token ${token}` });
8+
const octokit = new Octokit({ auth: `token ${token}`, request: { fetch } });
99
const { owner, repo } = context.repo;
1010
const body = getInput('body');
1111

0 commit comments

Comments
 (0)