Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jan 31, 2023
2 parents 766f16a + a85714e commit 06bbaf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
coverage/*
coverage/*
node_modules/
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/update-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ exports.getInputs = getInputs;
* @param options - Octokit options
*/
function setupOctokit(options) {
const token = (0, core_1.getInput)("token", { required: true });
const token = (0, core_1.getInput)("github_token", { required: true });
octokit = (0, github_1.getOctokit)(token, options);
}
exports.setupOctokit = setupOctokit;
Expand Down

0 comments on commit 06bbaf7

Please sign in to comment.