Travis Personal Token
#
Description#
General- Documentation: https://docs.travis-ci.com/user/developer
- Summary: Travis CI enables to do continuous integration with GitHub and Bitbucket. Its API enables to manage it.
- IPs allowlist: Not supported.
- Scopes: Not supported.
#
Revoke the secretTo get a token go to the Account Settings page. However, at the time of writing it does not provide a way to revoke it, contact support to rotate the key.
#
Check for suspicious activityNot available.
Travis token
#
Details for Family: Api
Category: CI/CD
Company: Travis
High recall: False
Validity check available: True
On-premise instances exist: True
Only valid secrets raise an alert: True
Minimum number of matches: 1
Occurrences found for one million commits: 0.61
Prefixed: False
PreValidators:
- type: FilenameBanlistPreValidator banlist_extensions: [] banlist_filenames: [] check_binaries: false include_default_banlist_extensions: true ban_markup: false- type: ContentWhitelistPreValidator patterns: - travis
#
Examples- text: | +export EDITOR='emacs -nw' + export TRAVIS_TOKEN=WKto9_eZf3lNw28shUfaZC
export PATH=$HOME/.bash/bin:$PATH apikey: WKto9_eZf3lNw28shUfaZC- text: | +export EDITOR='emacs -nw' + export TRAVIS_TOKEN=WKto9_eZf3lNw28shUfaZC
export PATH=$HOME/.bash/bin:$PATH apikey: WKto9_eZf3lNw28shUfaZC filename: some_file.md