Skip to content

Commit 9a46f61

Browse files
committed
fix: check gh token
1 parent 8cf700a commit 9a46f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
const RX_EMAIL = /^[-a-z0-9.]+@[-a-z0-9.]+$/i;
2020
const RX_NS = /^[-_a-z-0-9]+$/i;
21-
const RX_TOKEN = /^[a-f0-9]{40}$/;
21+
const RX_TOKEN = /^.+$/;
2222

2323
/**
2424
* Checks if a given string email-like

0 commit comments

Comments
 (0)