Skip to content

Commit 69b592c

Browse files
committed
2 parents 9d06584 + 5d2809c commit 69b592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndRunTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333

3434
- name: Test
3535
run: |
36-
dotnet user-secrets set OpenAIKey '${{ secrets.NUGET_KEY }}'
36+
dotnet user-secrets set OpenAIKey '${{ secrets.OPENAIKEY }}' -p source/Linq.AI.OpenAI.Tests/Linq.AI.OpenAI.Tests.csproj
3737
dotnet test --no-build --verbosity normal source/Linq.AI.OpenAI.sln

0 commit comments

Comments
 (0)