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 9e763f7 commit c09bdf3Copy full SHA for c09bdf3
.github/workflows/azure-deploy.yml
@@ -37,8 +37,10 @@ jobs:
37
- name: Deploy Bicep Template
38
uses: azure/arm-deploy@v2
39
with:
40
- scope: resourcegroup
+ scope: resourceGroup
41
+ subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
42
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
- template: 'generate-url-shortene/infrastructure/main.bicep'
43
- failOnStdErr: true
+ template: infrastructure/main.bicep
44
+
45
46
0 commit comments