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 279c5a1 commit c26ac4dCopy full SHA for c26ac4d
.github/workflows/azure-dev.yml
@@ -1,9 +1,7 @@
1
name: Azure Template Validation
2
on:
3
workflow_dispatch:
4
- push:
5
- branches:
6
- - main
+
7
permissions:
8
contents: read
9
id-token: write
@@ -32,6 +30,7 @@ jobs:
32
30
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
33
31
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
35
# Step 3: Print the result of the validation
36
- name: Print result
37
run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments