Closed viktorxda closed 5 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}
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 :)
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}