Skip to content

Commit

Permalink
tenant variable reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Jan 7, 2025
1 parent 6fd3317 commit 1ce20d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURESDKPARTNERDROPS_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id:
${{ secrets.AZURESDKPARTNERDROPS_SUBSCRIPTION_ID }}
- name: Upload file to Blob Storage
Expand Down

0 comments on commit 1ce20d7

Please sign in to comment.