We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d28851 commit 79fd1a3Copy full SHA for 79fd1a3
.github/workflows/buid-vm-image-manual.yml
@@ -87,5 +87,8 @@ jobs:
87
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
88
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
89
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
90
+ AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
91
+ RESOURCE_GROUP_NAME: ${{ secrets.RESOURCE_GROUP_NAME }}
92
+ GALLERY_NAME": ${{ secrets.GALLERY_NAME }}
93
working-directory: ./images/capi
94
0 commit comments