From 13e1fd14847babf18705f192dec8e5126357e94f Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Sat, 16 Jan 2021 09:09:13 +0100 Subject: [PATCH] fix: variable name --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 61d663c..1bdee33 100644 --- a/src/api.ts +++ b/src/api.ts @@ -1,7 +1,7 @@ import got from 'got'; import core from '@actions/core'; -const GITHUB_TOKEN = core.getInput('githubToken', { required: true }); +const GITHUB_TOKEN = core.getInput('github-token', { required: true }); export default got.extend({ headers: {