I have .travis.yml
with some secure (encrypted) env variables. Now I need to descrypt those variables to use them in different project.
Is there easy way of doing this (except triggering a commit and printing them in console output)?
You can't decrypt locally from what I understand but you can recover the key/values. By nature, they have to be decrypted to be used during the build process.
***********@to2.tmate.io
env
.This will print all of the environment variables so you will have to dig a little for your secure ones but they will be there.