File Encryption Environment Variables error

Link to the build: Travis Build

I was using travis file encryption and used the auto encryption method. The encryption was successful but the file isn’t being decrypted as the build fails. I found that after encrypting the files, travis hasn’t added any environment variables to the build settings required for decryption. How do I solve this issue?

Follow https://docs.travis-ci.com/user/encrypting-files/ . The travis encrypt-file invocation should’ve added secret variables to .travis.yml when it says “storing secure env variables for decryption”. I suspect you didn’t notice that and have overwritten that change.