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 e95757c commit 3a5c443Copy full SHA for 3a5c443
.github/workflows/prerelease-build.yml
@@ -126,15 +126,13 @@ jobs:
126
run: >
127
Get-ChildItem -Path ${env:NUPKG_DIRECTORY} -Include *.nupkg -Recurse -Force
128
129
- # As we are using a managed identity with no subscription access
130
- # we can't use a Subscription ID, and must use the Trusted Signing Tenant ID instead.
131
- name: Authenticate to Azure
132
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # 2.3.0
133
with:
134
allow-no-subscriptions: true
135
client-id: ${{ secrets.AZURE_CLIENT_ID }}
136
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
137
- subscription-id: ${{ secrets.AZURE_TENANT_ID }}
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
138
139
- name: Sign
140
shell: pwsh
0 commit comments