From d5b955255a5f4b3465a087a4791dfb6d9e3b6ebb Mon Sep 17 00:00:00 2001 From: aitazaz_ahsan_geeksltd Date: Mon, 24 Feb 2025 14:09:09 +0000 Subject: [PATCH] updated action file for olive.mfa --- .github/workflows/publish_Olive.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish_Olive.yml b/.github/workflows/publish_Olive.yml index 7dfb73be..230cc1c1 100644 --- a/.github/workflows/publish_Olive.yml +++ b/.github/workflows/publish_Olive.yml @@ -457,4 +457,10 @@ jobs: uses: Geeksltd/publish-nuget@v2 with: PROJECT_FILE_PATH: Olive.OpenAI.Voice/Olive.OpenAI.Voice/Olive.OpenAI.Voice.csproj + NUGET_KEY: ${{secrets.NUGET_API_KEY}} + + - name: Publish Olive MFA NuGet Package + uses: Geeksltd/publish-nuget@v2 + with: + PROJECT_FILE_PATH: Olive.MFA/Olive.MFA.csproj NUGET_KEY: ${{secrets.NUGET_API_KEY}} \ No newline at end of file