Using Environment Variables in a cURL request on Azure Devops
问题 I'm trying to upload a zip file to Netlify with a command line task using cURL on Azure DevOps. Obviously I don't want to have my Netlify access token in the yaml file, so I've created a secret variable for it (using the UI designer) and mapped it using the syntax in the docs. However I keep getting a 401 back from Netlify. I can confirm via POSTMAN that the access token is valid. So I'm not sure what I'm doing wrong here. Am I using the env variables incorrectly in the request? here's the