fix: splitting tokens

This commit is contained in:
Simone Corsi
2021-01-16 11:05:14 +01:00
parent 7499f866f0
commit bd470783b8
5 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import got from 'got';
import * as core from '@actions/core';
const GITHUB_TOKEN = core.getInput('github-token', { required: true });
const GITHUB_TOKEN = core.getInput('api-token', { required: true });
export default got.extend({
headers: {