Skip to content

Commit a0e4f39

Browse files
Remove ghp_ regex search from assert
1 parent 058d401 commit a0e4f39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/assert.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
that:
1515
- access_token is defined
1616
- access_token | length > 0
17-
- access_token | regex_search('^ghp_')
1817
fail_msg: "access_token was not found or is using an invalid format."
1918
run_once: yes
2019
tags:

0 commit comments

Comments
 (0)