Skip to content

Commit

Permalink
update validation on github token
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Oct 9, 2024
1 parent b076356 commit 8c60df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/testing/exec/util/run-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@ export class RunManager {

const githubToken = z
.string()
.min(1)
.trim()
.min(1)
.safeParse(process.env.GITHUB_TOKEN);

if (githubToken.success) {
Expand Down

0 comments on commit 8c60df7

Please sign in to comment.