diff --git a/.gitignore b/.gitignore index 2faa10d..d9af422 100644 --- a/.gitignore +++ b/.gitignore @@ -99,4 +99,4 @@ Thumbs.db # Ignore built ts files __tests__/runner/* -lib/**/* \ No newline at end of file +lib/**/* diff --git a/scripts/scan_pr b/scripts/scan_pr index 5146a64..f3956e0 100755 --- a/scripts/scan_pr +++ b/scripts/scan_pr @@ -55,7 +55,6 @@ end repo_nwo = arg[:repo_nwo] pr_number = arg[:pr_number] - octo = Octokit::Client.new(access_token: github_token) pr = octo.pull_request(repo_nwo, pr_number) @@ -63,7 +62,6 @@ event_file = Tempfile.new event_file.write("{ \"pull_request\": #{pr.to_h.to_json}}") event_file.close - action_inputs = { "repo-token": github_token, "config-file": config_file