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

Commit

Permalink
serialize secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 10, 2024
1 parent ee8a192 commit 937adc4
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 @@ -42,7 +42,7 @@ jobs:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
scope: "subscription"
template: ./infrastructure/cms.bicep
parameters: "environment=production secrets=${{ secrets }}"
parameters: "environment=production secrets=${{ toJson(secrets) }}"
region: ${{ vars.AZURE_REGION }}

push_image_to_acr:
Expand Down

0 comments on commit 937adc4

Please sign in to comment.