From 3d38519362db90c386ab6e20a20c485527443180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Mon, 22 Jan 2024 13:51:31 -0500 Subject: [PATCH] [IDP-830] Improve QA process for Nuget packages --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ddbcef..d07bc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,3 +19,6 @@ jobs: - run: ./Build.ps1 shell: pwsh + env: + NUGET_SOURCE: ${{ secrets.NUGET_DEV_SOURCE }} + NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_DEV_API_KEY }}