File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
38
38
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
39
39
nginx-deployment-name : ${{ secrets.NGINX_DEPLOYMENT_NAME }}
40
- nginx-config-file-path : ${{ secrets.NGINX_CONFIG_FILE }}
40
+ nginx-config-relative- file-path : ${{ secrets.NGINX_CONFIG_FILE }}
41
41
` ` `
42
42
43
43
### Sample workflow that authenticates with Azure using OIDC
77
77
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
78
78
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
79
79
nginx-deployment-name : ${{ secrets.NGINX_DEPLOYMENT_NAME }}
80
- nginx-config-file-path : ${{ secrets.NGINX_CONFIG_FILE }}
80
+ nginx-config-relative- file-path : ${{ secrets.NGINX_CONFIG_FILE }}
81
81
` ` `
You can’t perform that action at this time.
0 commit comments