Change deploy.api_key.secure in .travis.yml by getting a github personal access token and encrypting it with travis cli, then commit it. This can be done with a dedicated github machine user that only has access to the mob-timer repository.
How to use
By creating a release in github, travis will build and attach the built apps to that release.
How to set up
deploy.api_key.secure
in.travis.yml
by getting a github personal access token and encrypting it with travis cli, then commit it. This can be done with a dedicated github machine user that only has access to the mob-timer repository.How to use
By creating a release in github, travis will build and attach the built apps to that release.
Example release v13.3.7
Steps