Azure DevOps: access secret variable programmatically
Context: Monorepository (Nx) with multiple applications In Azure DevOps I'm trying to retrieve the deployment token of my applications. Since it's not secure to store the token in a JSON on the repo, I want to save in a configuration…