OpenHantek / openhantek

OpenHantek is a DSO software for Hantek (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes
http://openhantek.org/
GNU General Public License v3.0
771 stars 199 forks source link

travis: fix release uploading #270

Closed viktorxda closed 5 years ago

viktorxda commented 6 years ago

This commit fixes the travis deployment access denied issue. Instead of the actual key it uses a variable that needs to be set manually.

Create a token with scope "repo" at: https://github.com/settings/tokens

Copy the token code and add a environment variable at: https://travis-ci.org/openhantek/openhantek/settings

GITHUB_TOKEN {token code}

davidgraeff commented 6 years ago

Because I'm migrating from the travis-ci GitHub service to the travis-ci GitHub app, I will not immediately apply this idea. But artifact uploading will come. Thanks for the PR :)