We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4648f1d + 4070336 commit 3d9d9b5Copy full SHA for 3d9d9b5
.github/workflows/BuildAndDeployBetalgoOpenAIUtilities.yml
@@ -32,6 +32,6 @@ jobs:
32
uses: alirezanet/publish-nuget@v3.1.0
33
with:
34
PROJECT_FILE_PATH: OpenAI.Utilities\Betalgo.OpenAI.Utilities.csproj
35
- NUGET_KEY: ${{secrets.NUGET_KEY}}
+ NUGET_KEY: ${{secrets.NUGET_KEY_UTILITIES}}
36
INCLUDE_SYMBOLS: true
37
PACKAGE_NAME: Betalgo.OpenAI.Utilities
0 commit comments