Skip to content

Commit

Permalink
rm require token
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 10, 2024
1 parent 90e02b5 commit 797e8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Github {
if (!githubToken) {
const msg = 'GITHUB_TOKEN is not set';
this.context.logError(msg);
this.context.exit(1);
//this.context.exit(1);
}
const throttledOctokit = Octokit.plugin(throttling);
// eslint-disable-next-line new-cap
Expand Down

0 comments on commit 797e8e8

Please sign in to comment.