Skip to content

Commit

Permalink
Merge pull request #108 from con/ghtoken-regex
Browse files Browse the repository at this point in the history
Update GitHub token regex in sample config
  • Loading branch information
yarikoptic authored Jun 14, 2021
2 parents 457e630 + 083d7a4 commit bedf7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ A sample config file:
since: 2021-01-20T00:00:00Z
types: [cron, manual, pr, push]
secrets:
github: '\b(v1\.)?[a-f0-9]{40}\b'
github: '\bgh[a-z]_[A-Za-z0-9]{36,}\b'
docker-hub: '\b[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}\b'
appveyor: '\b(v2\.)?[a-z0-9]{20}\b'
travis: '\b[a-zA-Z0-9]{22}\b'
Expand Down

0 comments on commit bedf7e8

Please sign in to comment.