[READ-ONLY] Mirror of https://github.com/probablykasper/readme-template-action. Integrate GitHub API data in your README.md
0

Configure Feed

Select the types of activity you want to include in your feed.

whoops forgot to build

Kasper (Aug 23, 2020, 9:21 PM +0200) 3f7fd97a 01ade2fa

+1 -2
+1 -2
dist/index.js
··· 4773 4773 const moment = __webpack_require__(623) 4774 4774 4775 4775 const ghToken = core.getInput('GITHUB_TOKEN', { required: true }) 4776 - // core.setSecret(ghToken) 4776 + core.setSecret(ghToken) 4777 4777 const octokit = github.getOctokit(ghToken) 4778 4778 module.exports.octokit = octokit 4779 - console.log(ghToken) 4780 4779 4781 4780 module.exports.getUser = async function() { 4782 4781 const queryResult = await octokit.graphql(`