File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,24 +52,20 @@ jobs:
5252
5353
5454 steps :
55- - name : Deploy to Feathr SQL Registry Azure Web App
56- id : deploy-to-sql-webapp
57- uses : distributhor/workflow-webhook
58- with :
59- url : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_SQL_REGISTRY }}
60- json : ' {}'
61-
6255 - name : Deploy to Feathr Purview Registry Azure Web App
6356 id : deploy-to-purview-webapp
64- uses : distributhor/workflow-webhook
65- with :
66- url : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_SQL_REGISTRY }}
67- json : ' {}'
57+ uses : distributhor/workflow-webhook@v3.0.1
58+ env :
59+ webhook_url : ${{ secrets.AZURE_WEBAPP_FEATHR_PURVIEW_REGISTRY_WEBHOOK }}
6860
6961 - name : Deploy to Feathr RBAC Registry Azure Web App
7062 id : deploy-to-rbac-webapp
71- uses : distributhor/workflow-webhook
72- with :
73- url : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_SQL_REGISTRY }}
74- json : ' {}'
75-
63+ uses : distributhor/workflow-webhook@v3.0.1
64+ env :
65+ webhook_url : ${{ secrets.AZURE_WEBAPP_FEATHR_RBAC_REGISTRY_WEBHOOK }}
66+
67+ - name : Deploy to Feathr SQL Registry Azure Web App
68+ id : deploy-to-sql-webapp
69+ uses : distributhor/workflow-webhook@v3.0.1
70+ env :
71+ webhook_url : ${{ secrets.AZURE_WEBAPP_FEATHR_SQL_REGISTRY_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments