Skip to content

Commit

Permalink
chore: Update Azure Bicep deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Jul 1, 2024
1 parent fe18f06 commit 7d3731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Deploy Bicep
uses: azure/arm-deploy@v2
with:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
resourceGroupName: ${{ steps.resourceGroup.outputs.group-name }}
template: ./main.bicep
parameters: 'storagePrefix=yuta storageSKU=Standard_LRS'
Expand Down

0 comments on commit 7d3731b

Please sign in to comment.