Skip to content

Commit 3a5c443

Browse files
committed
Switch back to use subscriptions
1 parent e95757c commit 3a5c443

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prerelease-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,13 @@ jobs:
126126
run: >
127127
Get-ChildItem -Path ${env:NUPKG_DIRECTORY} -Include *.nupkg -Recurse -Force
128128
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.
131129
- name: Authenticate to Azure
132130
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # 2.3.0
133131
with:
134132
allow-no-subscriptions: true
135133
client-id: ${{ secrets.AZURE_CLIENT_ID }}
136134
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
137-
subscription-id: ${{ secrets.AZURE_TENANT_ID }}
135+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
138136

139137
- name: Sign
140138
shell: pwsh

0 commit comments

Comments
 (0)