Minor readme clarification

This commit is contained in:
Thomas Boop
2020-06-03 13:51:19 -04:00
committed by GitHub
parent d4340966b7
commit c65fe87e33

View File

@@ -17,7 +17,7 @@ async function run() {
// https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token#about-the-github_token-secret
const myToken = core.getInput('myToken');
const octokit = github.getOctokit(token)
const octokit = github.getOctokit(myToken)
// You can also pass in additional options as a second parameter to getOctokit
// const octokit = github.getOctokit(myToken, {userAgent: "MyActionVersion1"});