Encrypted env vars are not set

Today I started getting errors due to env variable not set for those vars which are encrypted.

Here is the build:
https://travis-ci.org/igagis/morda/jobs/618617766

about 20 days ago it worked ok:
https://travis-ci.org/igagis/morda/jobs/609735669

and there were no changes to the encrypted variables since then.

It looks like it only happens for that particular repo, my other repos work ok.

I tried re-encrypting the variables, but it did not help:
https://travis-ci.org/igagis/morda/jobs/618639494

I did run into the same issues and contacted the support. They are working on a fix.

1 Like

This is probably connected to

I suggested them to update keys on demand which would require no changes and minimal effort. But perhaps they decided to build some backward-compatible scheme instead…

I contacted support and they reverted the changes which lead to the problem. Now it works OK.