Skip to content

Commit f7bd704

Browse files
Merge pull request #96 from MonolithProjects/develop
Remove ghp_ regex search from assert
2 parents 738552b + a0e4f39 commit f7bd704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/assert.yml

-1
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)