Skip to content

Commit

Permalink
fix: organization license validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman-likes-rust committed Nov 22, 2024
1 parent 83373cf commit d5c20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const octokit = new Octokit({
baseUrl: process.env.GITHUB_API_URL,
});

var shouldValidate = true;
var shouldValidate = false;

// Docs: https://docs.github.com/en/rest/users/users#get-a-user
octokit
Expand Down

0 comments on commit d5c20a8

Please sign in to comment.