Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
updated bicep to include service principal ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 9, 2024
1 parent 089946f commit 0b93c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
scope: "subscription"
template: ./infrastructure/cms.bicep
parameters: "environment=production"
parameters: "environment=production deploymentServicePrincipalId=${{ secrets.AZURE_SERVICE_PRINCIPAL_ID }}"
region: ${{ vars.AZURE_REGION }}

push_image_to_acr:
Expand Down

0 comments on commit 0b93c9a

Please sign in to comment.