mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 17:59:54 +00:00
feat: Add larger pagination to octokit-wrapper
This commit is contained in:
parent
d52c98d592
commit
251e9bd445
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { throttling } from "@octokit/plugin-throttling"
|
||||||
|
|
||||||
import { nextflow_release, NextflowRelease } from "./nextflow-release"
|
import { nextflow_release, NextflowRelease } from "./nextflow-release"
|
||||||
|
|
||||||
const NEXTFLOW_REPO = { owner: "nextflow-io", repo: "nextflow" }
|
const NEXTFLOW_REPO = { owner: "nextflow-io", repo: "nextflow", per_page: 100 }
|
||||||
|
|
||||||
export async function setup_octokit(
|
export async function setup_octokit(
|
||||||
github_token: string,
|
github_token: string,
|
||||||
|
|
Loading…
Reference in a new issue