Skip to content

Commit a7441e6

Browse files
committed
fix: Disable octokit throttle
1 parent 1b5843f commit a7441e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/cli/lib/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Octokit } from "octokit";
22

33
const octokit = new Octokit({
44
auth: process.env.GITHUB_TOKEN,
5+
throttle: { enabled: false },
56
});
67

78
export async function getLatestRelease(owner: string, repo: string) {

0 commit comments

Comments
 (0)