Skip to content

Commit 4070336

Browse files
committed
Update NuGet key for OpenAI utilities publishing
Changed the `NUGET_KEY` in `BuildAndDeployBetalgoOpenAIUtilities.yml` to use `${{secrets.NUGET_KEY_UTILITIES}}` for publishing the NuGet package.
1 parent 4b39400 commit 4070336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndDeployBetalgoOpenAIUtilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: alirezanet/publish-nuget@v3.1.0
3333
with:
3434
PROJECT_FILE_PATH: OpenAI.Utilities\Betalgo.OpenAI.Utilities.csproj
35-
NUGET_KEY: ${{secrets.NUGET_KEY}}
35+
NUGET_KEY: ${{secrets.NUGET_KEY_UTILITIES}}
3636
INCLUDE_SYMBOLS: true
3737
PACKAGE_NAME: Betalgo.OpenAI.Utilities

0 commit comments

Comments
 (0)