To use this plugin's basic features you should authenticate with Github using a Github Personal Access Token and your organization's name.
To get your Personal Access Token simply go to your Settings
-> Developer settings
-> Personal access tokens
-> Generate new token
(https://github.com/settings/tokens)
Check the following permissions needed to read and list repos
To be able to trigger Travis builds from the IDE you need to authenticate with your Travis Personal Access Token
To get one go to your Settings (https://travis-ci.com/account/preferences) and copy the token by clicking COPY TOKEN
under API authentication
Paste it when prompted in the plugin after double clicking "Re-run" on the plugin. The plugin will store it so that you don't need to repeat the process again.
To be able to trigger Circle workflows from the IDE you need to authenticate with your Travis Personal Access Token. Keep in mind that it should be a Personal token and not the organization one
To get one go to your Settings (https://app.circleci.com/settings/user/tokens) -> Personal API Tokens
-> Create New Token
-> Enter a name for it and copy it!
Paste it when prompted in the plugin after double clicking "Re-run" on the plugin. The plugin will store it so that you don't need to repeat the process again.