Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jodendaal committed Mar 24, 2023
1 parent 636c5fd commit 1000511
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
env:
Apikey: ${{ secrets.Apikey }}
ApiUrl: ${{ secrets.ApiUrl }}


# Install the .NET Core workload
- name: Install .NET Core
Expand Down Expand Up @@ -94,6 +92,9 @@ jobs:
# Execute Integration tests in the solution
- name: Execute Integration Tests
run: dotnet test src/OpenAI.Net.Integration.Tests/OpenAI.Net.Integration.Tests.csproj --configuration Release
env:
Apikey: ${{ secrets.Apikey }}
ApiUrl: ${{ secrets.ApiUrl }}

# Install Stryker
- name: Install Stryker
Expand Down

0 comments on commit 1000511

Please sign in to comment.