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 b924ffc commit 37d58fcCopy full SHA for 37d58fc
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: azure/login@v2
32
with:
33
creds: '{"clientId":"${{ secrets.DECO_SIGN_AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.DECO_SIGN_AZURE_CLIENT_SECRET }}","tenantId":"${{ secrets.DECO_SIGN_AZURE_TENANT_ID }}","subscriptionId":"${{ secrets.DECO_SIGN_AZURE_SUBSCRIPTION_ID }}"}'
34
+ environment: AzureGermanCloud
35
36
- name: Setup Azure Trusted Signing
37
uses: azure/[email protected]
0 commit comments