diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a759278..f0ec3a57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -153,7 +153,7 @@ jobs: gptDeploymentCapacity="30" \ aiServiceLocation="${{ env.AZURE_LOCATION }}" \ imageTag="latest" \ - tags="{'CreatedBy':'Pipeline', 'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \ + tags="{'CreatedBy':'Pipeline', 'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \ --query "properties.outputs" -o json); then echo "❌ Deployment failed. See logs above." exit 1