Skip to content

Commit

Permalink
Update update-microsoft-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Jan 7, 2025
1 parent 6ac09c6 commit e74bb69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-microsoft-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:

- name: Display Info
run: |
echo "tenant-id=${{ env.AZURE_TENANT_ID }}"
echo "client-id=${{ env.AZURE_CLIENT_ID }}"
echo "tenant-id=${{ vars.AZURE_TENANT_ID }}"
echo "client-id=${{ vars.AZURE_CLIENT_ID }}"
- name: 'Az CLI login'
uses: azure/login@v2
with:
tenant-id: ${{ env.AZURE_TENANT_ID }}
client-id: ${{ env.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
client-id: ${{ vars.AZURE_CLIENT_ID }}
allow-no-subscriptions: true
enable-AzPSSession: true

Expand Down

0 comments on commit e74bb69

Please sign in to comment.