Skip to content

Commit

Permalink
chore: add missing secret for infra dispatch (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Jul 10, 2024
1 parent bafaf6d commit f28b3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch-deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
AZURE_SOURCE_KEY_VAULT_NAME: ${{ secrets.AZURE_SOURCE_KEY_VAULT_NAME }}
AZURE_SOURCE_KEY_VAULT_SUBSCRIPTION_ID: ${{ secrets.AZURE_SOURCE_KEY_VAULT_SUBSCRIPTION_ID }}
AZURE_SOURCE_KEY_VAULT_RESOURCE_GROUP: ${{ secrets.AZURE_SOURCE_KEY_VAULT_RESOURCE_GROUP }}
AZURE_CERTIFICATE_KEY_VAULT_NAME: ${{ secrets.AZURE_CERTIFICATE_KEY_VAULT_NAME }}
with:
environment: ${{ inputs.environment }}
region: norwayeast
Expand Down

0 comments on commit f28b3e2

Please sign in to comment.