Looked up similar threads, and tried to solve it by
going into github - personal tokens, selecting repo scope (to get full control over private repositories)
generating key, then:
using travis encrypt --pro KEY="secretvalue" (pro, since im using travis.com)
and updating my travis.yml with the output
@BanzaiMan, I managed to solve it by using travis setup releases --com --force, that generated a new key that solved that problem. Hope it helps someone
Could you try reverting the change and try again? Iāve pushed a potential fix that doesnāt require user intervention a few minutes ago. Unfortunately, it (most likely) undoes your new secret.