Skip to content

Commit

Permalink
Set Environment variables to use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jodendaal committed Mar 24, 2023
1 parent 8eee1bd commit 636c5fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ 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 All @@ -88,7 +91,7 @@ jobs:
- name: Execute acceptance tests
run: dotnet test src/OpenAI.Net.Acceptance.Tests/OpenAI.Net.Acceptance.Tests.csproj --configuration Release

# Execute Acceptance tests in the solution
# 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

Expand Down

0 comments on commit 636c5fd

Please sign in to comment.