We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d979c commit dd8bf15Copy full SHA for dd8bf15
.github/workflows/azure-deploy.yml
@@ -27,12 +27,8 @@ jobs:
27
with:
28
client-id: ${{ secrets.AZURE_CLIENT_ID }}
29
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
30
- subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
31
- enable-AzPSSession: false
32
- environment: azurecloud
33
- allow-no-subscriptions: false
34
- audience: api://AzureADTokenExchange
35
- auth-type: SERVICE_PRINCIPAL
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
+
36
37
- uses: azure/CLI@v2
38
0 commit comments