We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3896b9 commit 1f593d7Copy full SHA for 1f593d7
.github/workflows/release.yml
@@ -30,12 +30,10 @@ jobs:
30
- name: Azure Login
31
shell: pwsh
32
run: |
33
- az cloud set --name AzureGermanCloud
34
az login --service-principal `
35
-u ${{ secrets.DECO_SIGN_AZURE_CLIENT_ID }} `
36
-p ${{ secrets.DECO_SIGN_AZURE_CLIENT_SECRET }} `
37
--tenant ${{ secrets.DECO_SIGN_AZURE_TENANT_ID }}
38
- az account set --subscription ${{ secrets.DECO_SIGN_AZURE_SUBSCRIPTION_ID }}
39
40
- name: Setup Azure Trusted Signing
41
uses: azure/[email protected]
0 commit comments