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: {