Skip to content

Commit

Permalink
Korrigerte tentant-id
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikWulff committed Jun 26, 2024
1 parent b5ee09f commit a35c84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_azure_login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Azure CLI login
run: |
echo "${{ secrets.AZURE_SP_CERT }}" > sp.cert
az login --service-principal -u ${{ vars.AZURE_SP_ID }} -p ./sp.cert --tenant-id ${{ vars.AZURE_TENANT_ID }}
az login --service-principal -u ${{ vars.AZURE_SP_ID }} -p ./sp.cert --tenant ${{ vars.AZURE_TENANT_ID }}
- name: Henter virksomhetssertifikat fra Key Vault
run: |
az keyvault secret download --name ${{ vars.AZURE_KV_CERT_NAME }} --encoding base64 --file vs.p12 --keyvault-name dibk-kv-norway
Expand Down

0 comments on commit a35c84d

Please sign in to comment.