Using Github actions I'm able to run a script to decrypt files using gpg. This doesn't seem to work in Xcode cloud (I guess because gpg is not installed there).
Is there another way to encrypt and decrypt files when using Xcode cloud for CI? Or maybe there's a way to install gpg in Xcode cloud?
E.g. I want to be able to decrypt my JSON cloud config files.
After a lot of searching I can't seem to find any alternatives or even discussion about it. Is there a way to do it?
Or is this a silly thing to do in the first place? Maybe there's a better approach?