diff options
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b9fe8beb0..fe7486a5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,3 +55,4 @@ jobs: inputs: scriptPath: scripts/deploy-azure.sh + args: '$(AUTODEPLOY_TOKEN) $(AUTODEPLOY_WEBHOOK)' |