Skip to content

Commit

Permalink
Fix for new GitHub version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 13, 2020
1 parent ac8b159 commit 6074cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_url.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
async function run() {
// Get client and context
const client = new github.GitHub(process.env.GITHUB_TOKEN);
const client = new github.getOctokit(process.env.GITHUB_TOKEN);
await client.pulls.createReview({
owner: github.context.issue.owner,
Expand Down

0 comments on commit 6074cc3

Please sign in to comment.