Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

octokit/rest.js#1888

node v10.24.1
version: 2.0.0
endpointsharetweet
Test case for https://github.com/octokit/rest.js/issues/1888
const { Octokit } = require('@octokit/rest') const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN }); await octokit.actions.listWorkflowRunsForRepo({ owner: "gr2m", repo: "sandbox-private", });
Loading…

no comments

    sign in to comment