I'm having trouble getting travis to authenticate with and deploy builds to github

This is the latest build that failed: https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145347817

The actual building succeeds, it is just when it comes to the deployment it fails.

It errors when trying to authenticate to deploy. I’ve been trying different variations in .travis.yml, but I’m not having any luck. What can I do to fix this?

This is my repo that I’m building: https://github.com/dGr8LookinSparky/tremulous

Here are the other builds that failed:
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145345706
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145342653
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145340653
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145338896
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145337154
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145334056
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145331634
https://travis-ci.com/dGr8LookinSparky/tremulous/builds/145326389

How did you obtain the secure value? Your build is running on https://travis-ci.com, so you need to pass --pro when you run travis encrypt.

1 Like

Using --pro did the trick! Thanks @BanzaiMan !

1 Like