Skip to content

Commit

Permalink
Update main_xact-classifier-openai-yv5ccgeeoqoww.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham authored Jul 5, 2023
1 parent 839d6ac commit 6bbef7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main_xact-classifier-openai-yv5ccgeeoqoww.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'tools/deploy/module1/TransactionClassifier/' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
build-and-deploy:
runs-on: windows-latest
Expand All @@ -24,6 +28,13 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}


- name: 'Resolve Project Dependencies Using Dotnet'
shell: pwsh
Expand Down

0 comments on commit 6bbef7f

Please sign in to comment.