Issue using Encrypted bintray key in travis.yml

心已入冬 提交于 2019-12-05 09:16:41

Make sure you use the correct user also.

In my case, I was trying to deploy to a repo owned by an organization, and I wrongly configured the user as the organization name.

Instead of using the organization as the user in your .travis.yml you must use your the username associated with the API key.

I have both the user and the key encrypted - and working.

FWIW, the same thing happens to me. I assume it's a failure with the Bintray plug-in as the notion of a secure token isn't native to the Bintray API but part of the Travis integration provided by Travis.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!