- Create an OAuth token from your profile settings
- under
DeveloperselectPersonal access token - generate a new one and copy it to the clipboard
- On the travis page of the repository, go to settings -->
More Options->Settings - Set a new Environment Variable called eg
GITHUB_RELEASE_API_KEYor whatever u like, and copy the key - In the .travis.yaml file, under add something like that
before_deploy:
- ARCHIVE_BASE_PATH=${INSTALL_DIR}