microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Setting secret name to be unique with each workflow #42

Closed issacnitin closed 4 years ago

issacnitin commented 4 years ago

Bug fix for https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/1662217/

issacnitin commented 4 years ago

It would require changes to templates as well, where they consume the secret by its name.

This might be solved where we have introduced service Connection and secrets as assets for templates. But for now you will have to overwrite all GitHub templates for mustache rendered secret name.

All Github templates have secret name mustache rendered. @hiyadav