So we currently are storing a lot of our secrets in Github, yet are trying to move to another CI/CD tool.
Still, we think they do their work correctly and we are trying to access the decrypted values from scripts that are running in multiple different languages.
We assumed there must be some Github Rest API to access these values, but it seems the only way is using the Github workflow syntax. Is there any other way?