diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf986cd..5f714e4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,6 +1,3 @@ -# This workflow will build a .NET project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - name: .NET on: @@ -26,3 +23,6 @@ jobs: run: dotnet build --no-restore - name: Test run: dotnet test --no-build --verbosity normal + env: + mistral_key: ${{ secrets.MISTRAL_KEY }} + bing_key: ${{ secrets.BING_KEY }}