From e7d7ace61973b19a7ddbe827e3d36e41dc7ce0b3 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Tue, 25 Jan 2022 01:13:45 +0100 Subject: [PATCH] Fix typo --- dist/index.js | 2 +- src/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index c534ca6..913461e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12199,7 +12199,7 @@ const os = __nccwpck_require__(2037) const path = __nccwpck_require__(1017) async function getLatestForReleaseChannel (channel) { - const octokit = github.getOctoKit( + const octokit = github.getOctokit( core.getInput('token') ) diff --git a/src/utils.js b/src/utils.js index c242c9f..9eed829 100644 --- a/src/utils.js +++ b/src/utils.js @@ -4,7 +4,7 @@ const os = require('os') const path = require('path') async function getLatestForReleaseChannel (channel) { - const octokit = github.getOctoKit( + const octokit = github.getOctokit( core.getInput('token') )