Skip to content

Commit

Permalink
Merge pull request #96 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Remove ghp_ regex search from assert
  • Loading branch information
MonolithProjects committed Aug 4, 2021
2 parents 738552b + a0e4f39 commit f7bd704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
that:
- access_token is defined
- access_token | length > 0
- access_token | regex_search('^ghp_')
fail_msg: "access_token was not found or is using an invalid format."
run_once: yes
tags:
Expand Down

0 comments on commit f7bd704

Please sign in to comment.