Skip to content

Commit

Permalink
Merge pull request #10046 from microsoft/dev/bhavyau/trainer
Browse files Browse the repository at this point in the history
Add azure login task to trainer workflow
  • Loading branch information
bhavyaus authored Jul 9, 2024
2 parents b6cb7f4 + f068661 commit 82542b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/classifier-trainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
runs-on: ubuntu-latest
environment: main
steps:
- uses: azure/login@v2
with:
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
allow-no-subscriptions: true
- name: Checkout Actions
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 82542b2

Please sign in to comment.